1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

veryclean cleans also the linux kernel

This commit is contained in:
Stefan Lankes 2015-10-28 16:41:02 +01:00
parent 85ccc77c3d
commit 20362b26c7

View file

@ -20,5 +20,6 @@ clean:
veryclean:
make -C hermit veryclean
make -C linux clean
.PHONY: default all clean veryclean test