From 7b11f31ad8c29e227d1c0b5fcd166c5dd1cfd183 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 6 Jan 2018 22:26:13 +0100 Subject: strip pcap --- j1eforth/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'j1eforth/Makefile') 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 -- cgit v1.2.3