diff --git a/plane/Makefile b/plane/Makefile index 566baf4..2698714 100644 --- a/plane/Makefile +++ b/plane/Makefile @@ -19,7 +19,7 @@ boot: lib/network/tcp/client.o lib/network/udp/server.o plane.h plane.c # Run full compilation -all: clean boot +all: boot # cleans the compiled files clean: diff --git a/sgca/Makefile b/sgca/Makefile index 284be0c..384e1e9 100644 --- a/sgca/Makefile +++ b/sgca/Makefile @@ -31,7 +31,7 @@ boot: lib/network/common.o lib/network/tcp/server.o lib/network/udp/server.o lib # Run full compilation -all: clean boot +all: boot # cleans the compiled files clean: