From 821808a42089485a7e87c2f16597ca0f0e439312 Mon Sep 17 00:00:00 2001 From: SeekDaSky Date: Thu, 18 May 2017 20:24:39 +0200 Subject: [PATCH] fix compilation --- plane/Makefile | 2 +- sgca/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: