From 9e3db42b9bd65c83b184d7a3aaaa9fef6bdfc1bb Mon Sep 17 00:00:00 2001 From: JC Date: Sun, 30 Jul 2023 22:23:05 -0500 Subject: [PATCH] Update pdxinfo, Makefile dependencies This pdxinfo was copy pasted from another project and incorrect. Make should also rebuild when pdxinfo changes. --- Makefile | 2 +- source/pdxinfo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 14ada23..eba7945 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SDK_PATH = /opt/playdate-sdk/ CC = pdc -life.pdx: source/main.lua +life.pdx: source/* PLAYDATE_SDK_PATH=$(SDK_PATH) $(CC) source/main.lua life.pdx diff --git a/source/pdxinfo b/source/pdxinfo index a03abfd..2339b21 100644 --- a/source/pdxinfo +++ b/source/pdxinfo @@ -1,4 +1,4 @@ name=Play Life author=Jacob Casper -bundleID=com.jacobcasper.ens +bundleID=com.jacobcasper.life version=0.1 -- 2.20.1