update makefiles to build all progs for android

This commit is contained in:
bol-van
2024-11-16 19:32:58 +03:00
parent 97f20a1cb5
commit 53546a8d92
4 changed files with 21 additions and 0 deletions

View File

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