Commit 471cdc93 by Chloe Dequeker

modif Makefile

parent d65f116b
......@@ -14,7 +14,10 @@ $(BINARY): $(OBJECTS)
%.o: %.c
$(CC) $(CFLAGS) $< -o $@
clean :
clean:
rm -f $(SRC_DIR)/*.o
.PHONY: all clean
distclean:
rm -f $(BINARY)
.PHONY: all clean distclean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment