mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 09:46:35 +02:00
There's no need for rm -rf, just rm -f
This commit is contained in:
@ -58,7 +58,7 @@ toxic: $(OBJ)
|
||||
@$(CC) -MM $(CFLAGS) $(SRC_DIR)/$*.c > $*.d
|
||||
|
||||
clean:
|
||||
rm -rf *.d *.o toxic
|
||||
rm -f *.d *.o toxic
|
||||
|
||||
-include $(OBJ:.o=.d)
|
||||
|
||||
|
Reference in New Issue
Block a user