diff --git a/Makefile b/Makefile index e0068dc..1952a25 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,6 @@ mm: build/bin/mm build/bin/mm: src/mm.c build $(CC) $(CFLAGS) -o $@ src/mm.c - .PHONY: npc npc: build/bin/npc build/bin/npc: src/npc.c build