mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-30 05:50:53 +03:00
makefiles: strip mac executables
This commit is contained in:
parent
00ca862068
commit
bd571f3abe
@ -16,6 +16,7 @@ bsd: $(SRC_FILES)
|
||||
|
||||
mac: $(SRC_FILES)
|
||||
$(CC) $(CFLAGS) $(CFLAGS_BSD) $(CFLAGS_MAC) -o ip2net $(SRC_FILES) $(LDFLAGS) $(LIBS)
|
||||
strip ip2net
|
||||
|
||||
clean:
|
||||
rm -f ip2net *.o
|
||||
|
@ -16,6 +16,7 @@ bsd: $(SRC_FILES)
|
||||
|
||||
mac: $(SRC_FILES)
|
||||
$(CC) $(CFLAGS) $(CFLAGS_BSD) $(CFLAGS_MAC) -o mdig $(SRC_FILES) $(LDFLAGS) $(LIBS)
|
||||
strip mdig
|
||||
|
||||
clean:
|
||||
rm -f mdig *.o
|
||||
|
@ -17,6 +17,7 @@ bsd: $(SRC_FILES)
|
||||
|
||||
mac: $(SRC_FILES)
|
||||
$(CC) $(CFLAGS) $(CFLAGS_BSD) $(CFLAGS_MAC) -o dvtws $(SRC_FILES) $(LDFLAGS) $(LIBS_BSD)
|
||||
strip dvtws
|
||||
|
||||
clean:
|
||||
rm -f nfqws dvtws *.o
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user