`make clean` works now for plane code
This commit is contained in:
parent
edad9a8f8f
commit
d33b7e135a
|
@ -24,4 +24,4 @@ all: boot
|
|||
# cleans the compiled files
|
||||
clean:
|
||||
rm boot;
|
||||
rm ./**/*.o
|
||||
rm ./lib/network/**/*.o
|
||||
|
|
Loading…
Reference in New Issue