From: JC Date: Mon, 31 Jul 2023 03:23:05 +0000 (-0500) Subject: Update pdxinfo, Makefile dependencies X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=9e3db42b9bd65c83b184d7a3aaaa9fef6bdfc1bb;p=life-pd.git Update pdxinfo, Makefile dependencies This pdxinfo was copy pasted from another project and incorrect. Make should also rebuild when pdxinfo changes. --- 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