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
|
||||
RM = rm
|
||||
RM = rm
|
||||
|
||||
IGNORE = "*/build/*" "*/.gradle/*" "*/.idea/*" "*/local.properties" "*.pdf"
|
||||
IGNORE = "*/build/*" "*/.gradle/*" "*/.idea/*" "*/local.properties" "*/*.pdf" \
|
||||
"*/*.out"
|
||||
|
||||
all: main
|
||||
|
||||
main: help
|
||||
all: help
|
||||
|
||||
help:
|
||||
@echo "make archive"
|
||||
|
|
Loading…
Reference in a new issue