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:
@@ -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
|
||||
|
Reference in New Issue
Block a user