IO: Add PHONY target to Makefile

This commit is contained in:
gohai
2016-07-30 10:36:06 +02:00
parent a09aa5a88f
commit ad28491c25

View File

@@ -16,3 +16,5 @@ iface.h:
clean:
rm -f $(TARGET) $(OBJS)
.PHONY: iface.h clean