Update Makefile

This commit is contained in:
rexa302 2024-08-04 09:42:34 +03:30 committed by GitHub
parent ad6c192768
commit 628e5f93df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@ DIRS := nfq tpws ip2net mdig
DIRS_MAC := tpws ip2net mdig
TGT := binaries/my
all: clean
@mkdir -p "$(TGT)"; \
for dir in $(DIRS); do \