fix compilation

This commit is contained in:
SeekDaSky 2017-05-18 20:24:39 +02:00
parent f5232693d3
commit 821808a420
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ boot: lib/network/tcp/client.o lib/network/udp/server.o plane.h plane.c
# Run full compilation # Run full compilation
all: clean boot all: boot
# cleans the compiled files # cleans the compiled files
clean: clean:

View File

@ -31,7 +31,7 @@ boot: lib/network/common.o lib/network/tcp/server.o lib/network/udp/server.o lib
# Run full compilation # Run full compilation
all: clean boot all: boot
# cleans the compiled files # cleans the compiled files
clean: clean: