add vdp1 fb to png tool
[saturn.git] / Makefile
index 60c8312..d73cb81 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,11 @@ ifndef DEBUG
 CFLAGS += -O2
 endif
 
-TARGET = datalink
+TARGETS = datalink vdp1_to_png
 
-all: $(TARGET)
+all: $(TARGETS)
+
+vdp1_to_png: LDLIBS += -lpng
 
 clean:
        $(RM) $(TARGET)