1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 21:26:37 +02:00

Merge branch 'Pyrohh-master'

This commit is contained in:
Jfreegman
2014-09-22 19:41:23 -04:00

View File

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