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 /assets/sass/*.css
*.map *.map
/build /OgreAlert
ogrealert.zip ogrealert.zip

View File

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