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:
@@ -11,6 +11,8 @@ all: ip2net
|
||||
ip2net: $(SRC_FILES)
|
||||
$(CC) -s $(CFLAGS) -o ip2net $(SRC_FILES) $(LDFLAGS) $(LIBS)
|
||||
|
||||
android: ip2net
|
||||
|
||||
bsd: $(SRC_FILES)
|
||||
$(CC) -s $(CFLAGS) $(CFLAGS_BSD) -o ip2net $(SRC_FILES) $(LDFLAGS) $(LIBS)
|
||||
|
||||
|
Reference in New Issue
Block a user