`make clean` works now for plane code

This commit is contained in:
xdrm-brackets 2017-04-18 19:34:10 +02:00
parent edad9a8f8f
commit d33b7e135a
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ all: boot
# cleans the compiled files
clean:
rm boot;
rm ./**/*.o
rm ./lib/network/**/*.o