Rename def files

This commit is contained in:
Rickey Fehr
2025-10-18 17:28:35 -07:00
parent a5c5f9cb15
commit af3d69bcfb
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ INCLUDES := include
DATA :=
MUSIC := audio
GRAPHICS := graphics
POOLS_DEF_FILE := \"pools.def\"
POOLS_DEF_FILE := \"def_balatro_mempool.h\"
#---------------------------------------------------------------------------------
# options for code generation
+1 -1
View File
@@ -1,4 +1,4 @@
POOLS_DEF_FILE := \"test_pools.def\"
POOLS_DEF_FILE := \"def_test_mempool.h\"
CC := gcc
CFLAGS := -I../../include -I. \