cleanup based on filename variable

This commit is contained in:
Chris Cromer 2021-06-19 20:59:34 -04:00
parent 7c277d99bd
commit 990a1d2b3e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ endif
clean: cleanmyshellin
cleanmyshellin:
rm -f src/*.o myshellin
rm -f src/*.o $(FILENAME)
cleaninforme:
make -C doc clean