- reorganized project directory structure
[z80comp2] / hw / Makefile
diff --git a/hw/Makefile b/hw/Makefile
new file mode 100644 (file)
index 0000000..3b18b75
--- /dev/null
@@ -0,0 +1,8 @@
+glue.jed: glue.pld
+
+%.jed: %.pld
+       galasm $<
+
+.PHONY: program
+program: glue.jed
+       minipro -p ATF16V8B -c config -w $<