diff --git a/.gitignore b/.gitignore index 8bb15f6..892ca65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /assets/sass/*.css *.map -/build +/OgreAlert ogrealert.zip diff --git a/Makefile b/Makefile index 905c042..36afa34 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE = OgreAlert SLUG = ogrealert -DIR = ./build +DIR = ./$(PACKAGE) all: $(SLUG).zip