fix(build): fix make clean command
This commit is contained in:
parent
53bee9dfb0
commit
51663f0d8f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ debug: $(DBGOBJ)
|
|||
$(CC) $(CFLAGS) -o $(DBGEXE) $(DBGOBJ)
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
rm -f *.o *.do *.ro
|
||||
|
||||
$(OBJ):$(SRC)
|
||||
$(CC) $(CFLAGS) -c $(SRC)
|
||||
|
|
Loading…
Reference in a new issue