diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -61,11 +61,13 @@ change: scripts/change.sh clean:: - rm -rf toybox generated change .singleconfig* + @echo cleaning + @rm -rf toybox generated change .singleconfig* # If singlemake was in generated/ "make clean; make test_ls" wouldn't work. distclean: clean - rm -f toybox_old .config* .singlemake + @echo removing .config + @rm -f toybox_old .config* .singlemake tests: scripts/test.sh |