X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=Makefile;h=3c25ff931f15cd6c730be88506e8cd03f8781249;hb=fb2c9683f4b3bd48226ea45222185f99812744ff;hp=2107e0844173524c8d4cf5cc1ce07a21bbe2e517;hpb=bf4af82bde0a08823b001e731629391904f93281;p=plomrogue diff --git a/Makefile b/Makefile index 2107e08..3c25ff9 100644 --- a/Makefile +++ b/Makefile @@ -9,5 +9,6 @@ roguelike: $(OBJECTS) %.o: %.c $(CC) $(CFLAGS) -c $< -o $@ +.PHONY: clean clean: rm $(OBJECTS); rm roguelike