JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
By Jove, I think I've got it!
[vor.git] / Makefile
index bc7c6ad..504279a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -51,9 +51,6 @@ main.o file.o: file.h
 vor: $(objects)
        $(CC) $(ldflags) -o $@ $^ $(LIBRARIES)
 
-pnmoutline: pnmoutline.c
-       $(CC) -lnetpbm -o $@ $<
-
 include gfx.mk
 
 clean: