Minor reformatting in Makefile

This commit is contained in:
Chris Kankiewicz
2020-01-31 15:34:17 -07:00
parent c8f00323d5
commit 983d050476

View File

@@ -27,8 +27,8 @@ clear-cache: # Clear the application cache
@rm app/cache/* -rfv
tar: # Generate tarball
@tar --verbose --create --gzip --exclude-vcs --exclude app/cache/* --exclude app/resources \
--file artifacts/$(ARTIFACT_NAME).tar.gz $(ARTIFACT_FILES)
@tar --verbose --exclude-vcs --exclude app/cache/* --exclude app/resources \
--create --gzip --file artifacts/$(ARTIFACT_NAME).tar.gz $(ARTIFACT_FILES)
zip: # Generate zip file
@zip --verbose --exclude "*.git*" "app/cache/**" "app/resources/*" \