summaryrefslogtreecommitdiff
path: root/support/tek2eepic/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/tek2eepic/Makefile
Initial commit
Diffstat (limited to 'support/tek2eepic/Makefile')
-rw-r--r--support/tek2eepic/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/support/tek2eepic/Makefile b/support/tek2eepic/Makefile
new file mode 100644
index 0000000000..ec9d0a0bb4
--- /dev/null
+++ b/support/tek2eepic/Makefile
@@ -0,0 +1,8 @@
+TEK2EEPIC = tek2eepic.o Tekparsetable.o
+CFLAGS = -O -f68881
+#CFLAGS = -O
+
+tek2eepic : ${TEK2EEPIC} Tekparse.h
+ cc $(CFLAGS) -o tek2eepic ${TEK2EEPIC}
+
+${TEK2EEPIC} : Tekparse.h