From 77432781851a11edbc0486ee90654e9666c91826 Mon Sep 17 00:00:00 2001 From: dcooperdalrymple Date: Wed, 16 Nov 2022 15:29:47 -0600 Subject: [PATCH] Fixed bug in build system. --- .gitignore | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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