aboutsummaryrefslogtreecommitdiff
path: root/j1eforth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'j1eforth/Makefile')
-rw-r--r--j1eforth/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/j1eforth/Makefile b/j1eforth/Makefile
deleted file mode 100644
index 0be1611..0000000
--- a/j1eforth/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all: j1 j1.bin j1.hex
-
-j1: j1.c
- gcc -o j1 j1.c
-j1.bin j1.hex: j1.4th
- gforth ./j1.4th
-run: all
- ./j1
-core: all
- ./j1 core.4th
-clean:
- rm -rf j1 j1.bin j1.hex