Fixed bug in build system.

This commit is contained in:
dcooperdalrymple
2022-11-16 15:29:47 -06:00
parent dd02b7546b
commit 7743278185
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
/assets/sass/*.css
*.map
/build
/OgreAlert
ogrealert.zip

View File

@@ -1,6 +1,6 @@
PACKAGE = OgreAlert
SLUG = ogrealert
DIR = ./build
DIR = ./$(PACKAGE)
all: $(SLUG).zip