mirror of
https://github.com/Tha14/toxic.git
synced 2025-04-13 13:22:59 +02:00
Makefile: be less aggressive when cleaning
This commit is contained in:
parent
59b16f7760
commit
dfbb1338a5
2
Makefile
2
Makefile
@ -68,7 +68,7 @@ $(BUILD_DIR)/%.o: $(SRC_DIR)/%.c
|
||||
@$(CC) -MM $(CFLAGS) $(SRC_DIR)/$*.c > $(BUILD_DIR)/$*.d
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILD_DIR)
|
||||
rm -f $(BUILD_DIR)/*.d $(BUILD_DIR)/*.o $(BUILD_DIR)/toxic
|
||||
|
||||
-include $(BUILD_DIR)/$(OBJ:.o=.d)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user