X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=98fff2e349b6bec1c5030cf5a7e920c6c48ebcb7;hp=bc7c6ad194d7680ff966a78dc110bfda589c5e7b;hb=6f387565c4a8faed189e327b5102d05debf79163;hpb=2bea0659b8edff14f1554d2540780f54ccdc21c9 diff --git a/Makefile b/Makefile index bc7c6ad..98fff2e 100644 --- a/Makefile +++ b/Makefile @@ -51,13 +51,10 @@ main.o file.o: file.h vor: $(objects) $(CC) $(ldflags) -o $@ $^ $(LIBRARIES) -pnmoutline: pnmoutline.c - $(CC) -lnetpbm -o $@ $< - include gfx.mk clean: - rm -f *.o vor pnmoutline $(graphics) + rm -f *.o vor $(graphics) install: all if [ ! -d $(DATA_PREFIX) ]; then mkdir $(DATA_PREFIX); fi