aboutsummaryrefslogtreecommitdiff
path: root/j1eforth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'j1eforth/Makefile')
-rw-r--r--j1eforth/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/j1eforth/Makefile b/j1eforth/Makefile
index 5ee12db..0be1611 100644
--- a/j1eforth/Makefile
+++ b/j1eforth/Makefile
@@ -1,8 +1,7 @@
all: j1 j1.bin j1.hex
j1: j1.c
- gcc -o j1 j1.c -lwpcap
- strip -s j1
+ gcc -o j1 j1.c
j1.bin j1.hex: j1.4th
gforth ./j1.4th
run: all