mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
update makefiles to build all progs for android
This commit is contained in:
@@ -17,6 +17,8 @@ all: nfqws
|
||||
nfqws: $(SRC_FILES)
|
||||
$(CC) -s $(CFLAGS) -o nfqws $(SRC_FILES) $(LDFLAGS) $(LIBS_LINUX)
|
||||
|
||||
android: nfqws
|
||||
|
||||
bsd: $(SRC_FILES)
|
||||
$(CC) -s $(CFLAGS) $(CFLAGS_BSD) -o dvtws $(SRC_FILES) $(LDFLAGS) $(LIBS_BSD)
|
||||
|
||||
|
Reference in New Issue
Block a user