aboutsummaryrefslogtreecommitdiff
path: root/j1eforth/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-01-06 22:26:13 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-01-06 22:26:13 +0100
commit7b11f31ad8c29e227d1c0b5fcd166c5dd1cfd183 (patch)
tree679d147c29235682050f2891f98e23d3a780cfe7 /j1eforth/Makefile
parentb091127a519b4a09d40d2576f3dadc17122ddb86 (diff)
strip pcap
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