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