Skip to content

Commit c0bf972

Browse files
committed
Make submit.zip a phony target.
1 parent 7e28347 commit c0bf972

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

iniquity-plus/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
UNAME := $(shell uname)
2+
.PHONY: test submit.zip
23

34
ifeq ($(UNAME), Darwin)
45
format=macho64

knock-plus/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
UNAME := $(shell uname)
2+
.PHONY: test submit.zip
23

34
ifeq ($(UNAME), Darwin)
45
format=macho64

0 commit comments

Comments
 (0)