Swapped game name

This commit is contained in:
2026-05-01 08:32:02 +10:00
parent e3507c5925
commit 3827a46c8c
3 changed files with 15 additions and 13 deletions
+2 -2
View File
@@ -13,13 +13,13 @@ REPL_ROOTDIR=..
REPL_REPLDIR=.
REPL_SOURCEDIR=$(REPL_ROOTDIR)/$(TOY_SOURCEDIR)
REPL_OUTDIR=$(REPL_ROOTDIR)/$(PAC_OUTDIR)
REPL_OUTDIR=$(REPL_ROOTDIR)/$(GAME_OUTDIR)
REPL_OBJDIR=$(TOY_OBJDIR)
#file names
REPL_REPLFILES=$(wildcard $(REPL_REPLDIR)/*.c)
REPL_OBJFILES=$(addprefix $(REPL_OBJDIR)/,$(notdir $(REPL_REPLFILES:.c=.o)))
REPL_TARGETNAME=pactoy
REPL_TARGETNAME=vampires
#file extensions
ifeq ($(OS),Windows_NT)