X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile;h=3a087a0d9fbdcfa98906c98d6a253d19a3fcd227;hp=7a2fde712705a507aea28d32dacb48f328b32886;hb=dc484193a838e27acd32e1cee57313da99fd5786;hpb=8193e09e49bc571f9c61e6e3adf45010271c08d5 diff --git a/Makefile b/Makefile index 7a2fde7..3a087a0 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