소스 검색
remove $(STRIP) leftover from Makefile
Use only the `strip` target fort stripping the binary.
master
Jan Chren
GitHub
5 년 전
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
0개의 추가작업 그리고
1개의 파일을 삭제
-
Makefile
|
|
@@ -41,7 +41,6 @@ debug: $(SRC) |
|
|
|
|
|
|
|
norl: $(SRC) |
|
|
|
$(CC) -DNORL $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS) |
|
|
|
$(STRIP) $(BIN) |
|
|
|
|
|
|
|
install: all |
|
|
|
$(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin |
|
|
|