aboutsummaryrefslogtreecommitdiff
path: root/system/png/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'system/png/Makefile')
-rw-r--r--system/png/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/png/Makefile b/system/png/Makefile
new file mode 100644
index 0000000..9122da6
--- /dev/null
+++ b/system/png/Makefile
@@ -0,0 +1,11 @@
+
+OBJECTS = pdp_png.o
+
+
+include ../../Makefile.config
+
+all: $(OBJECTS)
+
+clean:
+ rm -f *~
+ rm -f *.o