do not remove t subdir while cleaning
This commit is contained in:
parent
ebe91da7fe
commit
c7ab830c22
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,4 +10,4 @@ test: bak
|
|||
@cc -O2 -o t.out tmain.c t.o && ./t.out
|
||||
|
||||
clean:
|
||||
rm -f bak t *.o *.cm[io]
|
||||
rm -f bak *.out *.o *.cm[io]
|
||||
|
|
Loading…
Add table
Reference in a new issue