aboutsummaryrefslogtreecommitdiff
path: root/j1eforth/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2019-10-30 20:04:56 +0100
committerDimitri Sokolyuk <demon@dim13.org>2019-10-30 20:04:56 +0100
commita76977af62010a392c16010c367185e61e856ffe (patch)
tree56cf4177d5bc0e3ead781d1c60818c13b1df0f3c /j1eforth/Makefile
parentc0165d167d7cb40d80028bcf7a4a6b160b5a7e83 (diff)
mv to docs
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