fix(build): fix make clean command

This commit is contained in:
iridiumR 2022-09-18 22:20:24 +08:00
parent 53bee9dfb0
commit 51663f0d8f
No known key found for this signature in database
GPG Key ID: 5574BE4450D55618
1 changed files with 1 additions and 1 deletions

View File

@ -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)