diff options
| author | 2023-07-27 21:37:26 -0500 | |
|---|---|---|
| committer | 2023-07-27 21:40:07 -0500 | |
| commit | 4ff81a5a25cb3e398bd7cd1d76283e1e2b503820 (patch) | |
| tree | e4d845ca860b524e34ede4a578403b16734d9405 /Makefile | |
| parent | Add 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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |
