mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:53:05 +01:00
There's no need for rm -rf, just rm -f
This commit is contained in:
parent
9d5fe03285
commit
650c13ca7a
@ -58,7 +58,7 @@ toxic: $(OBJ)
|
|||||||
@$(CC) -MM $(CFLAGS) $(SRC_DIR)/$*.c > $*.d
|
@$(CC) -MM $(CFLAGS) $(SRC_DIR)/$*.c > $*.d
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.d *.o toxic
|
rm -f *.d *.o toxic
|
||||||
|
|
||||||
-include $(OBJ:.o=.d)
|
-include $(OBJ:.o=.d)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user