Browse Source

Update Makefile

pull/220/head
rexa302 2 years ago
committed by GitHub
parent
commit
628e5f93df
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      Makefile

1
Makefile

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

Loading…
Cancel
Save