add .out
This commit is contained in:
parent
f4f79ff13a
commit
f9e1dfbe37
1 changed files with 4 additions and 5 deletions
9
zip.mk
9
zip.mk
|
@ -1,11 +1,10 @@
|
||||||
ZIP = zip -r
|
ZIP = zip -r
|
||||||
RM = rm
|
RM = rm
|
||||||
|
|
||||||
IGNORE = "*/build/*" "*/.gradle/*" "*/.idea/*" "*/local.properties" "*.pdf"
|
IGNORE = "*/build/*" "*/.gradle/*" "*/.idea/*" "*/local.properties" "*/*.pdf" \
|
||||||
|
"*/*.out"
|
||||||
|
|
||||||
all: main
|
all: help
|
||||||
|
|
||||||
main: help
|
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "make archive"
|
@echo "make archive"
|
||||||
|
|
Loading…
Reference in a new issue