aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-07-27 21:37:26 -0500
committerCalvin Rose <calsrose@gmail.com>2023-07-27 21:40:07 -0500
commit4ff81a5a25cb3e398bd7cd1d76283e1e2b503820 (patch)
treee4d845ca860b524e34ede4a578403b16734d9405 /Makefile
parentAdd strip in release process instead of local builds - Address #1233 (diff)
Add strip in release process instead of local builds - Address #1233
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f78ceee..c7140d25 100644
--- a/Makefile
+++ b/Makefile
@@ -267,7 +267,7 @@ build/janet-%.tar.gz: $(JANET_TARGET) \
README.md build/c/janet.c build/c/shell.c
mkdir -p build/$(JANET_DIST_DIR)/bin
cp $(JANET_TARGET) build/$(JANET_DIST_DIR)/bin/
- strip -x -S 'build/$(JANET_DIST_DIR)/bin/$(JANET_TARGET)'
+ strip -x -S 'build/$(JANET_DIST_DIR)/bin/janet'
mkdir -p build/$(JANET_DIST_DIR)/include
cp build/janet.h build/$(JANET_DIST_DIR)/include/
mkdir -p build/$(JANET_DIST_DIR)/lib/