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

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