Skip to content

Commit

Permalink
ci: add actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Apr 27, 2024
1 parent e243343 commit 8d9e3f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ ifeq ($(wildcard $@), )
$(GIT) submodule update --init --recursive
endif

$(LIBPCAP_DIST_DIR): $(OUTPUT)
mkdir -p $(LIBPCAP_DIST_DIR)
$(LIBPCAP_DIST_DIR): $(LIBPCAP_SRC)

$(OUTPUT):
mkdir -p $(OUTPUT)
Expand Down

0 comments on commit 8d9e3f6

Please sign in to comment.