makefile `make clean` fix
This commit is contained in:
parent
face7b0f04
commit
e8e65f81fb
|
@ -37,6 +37,5 @@ all: boot
|
|||
clean:
|
||||
rm lib/network/*.o;
|
||||
rm lib/network/**/*.o;
|
||||
rm lib/network/**/*.o;
|
||||
rm lib/local/*.o;
|
||||
rm boot;
|
||||
|
|
Loading…
Reference in New Issue