mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
makefiles: strip mac executables
This commit is contained in:
@@ -16,6 +16,7 @@ bsd: $(SRC_FILES)
|
||||
|
||||
mac: $(SRC_FILES)
|
||||
$(CC) $(CFLAGS) $(CFLAGS_BSD) $(CFLAGS_MAC) -Iepoll-shim/include -Imacos -o tpws $(SRC_FILES) epoll-shim/src/*.c $(LDFLAGS) $(LIBS)
|
||||
strip tpws
|
||||
|
||||
clean:
|
||||
rm -f tpws *.o
|
||||
|
Reference in New Issue
Block a user