makefiles: strip mac executables

This commit is contained in:
bol-van
2021-03-05 21:17:21 +03:00
parent 00ca862068
commit bd571f3abe
4 changed files with 4 additions and 0 deletions

View File

@@ -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