From 327e801cc3abfd5ea981625204ddf5117147e20b Mon Sep 17 00:00:00 2001 From: Austin Annestrand Date: Sat, 20 Feb 2021 22:34:49 -0600 Subject: Minor Makefile fixes --- libpsn00b/libc/makefile | 2 +- libpsn00b/lzp/makefile | 2 +- libpsn00b/psxapi/makefile | 2 +- libpsn00b/psxcd/makefile | 2 +- libpsn00b/psxetc/makefile | 2 +- libpsn00b/psxgpu/makefile | 2 +- libpsn00b/psxgte/makefile | 2 +- libpsn00b/psxsio/makefile | 2 +- libpsn00b/psxspu/makefile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libpsn00b/libc/makefile b/libpsn00b/libc/makefile index adfd92b..a515ad5 100644 --- a/libpsn00b/libc/makefile +++ b/libpsn00b/libc/makefile @@ -2,7 +2,7 @@ # Part of the PSn00bSDK Project # 2019 - 2020 Lameguy64 / Meido-Tek Productions -include ../../psn00bsdk-setup.mk +include ../../template/psn00bsdk-setup.mk TARGET = libc.a diff --git a/libpsn00b/lzp/makefile b/libpsn00b/lzp/makefile index ce830c2..729a500 100644 --- a/libpsn00b/lzp/makefile +++ b/libpsn00b/lzp/makefile @@ -2,7 +2,7 @@ # Part of the PSn00bSDK Project # 2019 - 2020 Lameguy64 / Meido-Tek Productions -include ../../psn00bsdk-setup.mk +include ../../template/psn00bsdk-setup.mk TARGET = liblzp.a diff --git a/libpsn00b/psxapi/makefile b/libpsn00b/psxapi/makefile index 356c162..0b0d603 100644 --- a/libpsn00b/psxapi/makefile +++ b/libpsn00b/psxapi/makefile @@ -2,7 +2,7 @@ # Part of the PSn00bSDK Project # 2019 - 2020 Lameguy64 / Meido-Tek Productions -include ../../psn00bsdk-setup.mk +include ../../template/psn00bsdk-setup.mk TARGET = libpsxapi.a diff --git a/libpsn00b/psxcd/makefile b/libpsn00b/psxcd/makefile index 1886ace..cf1eda5 100644 --- a/libpsn00b/psxcd/makefile +++ b/libpsn00b/psxcd/makefile @@ -2,7 +2,7 @@ # Part of the PSn00bSDK Project # 2019 - 2020 Lameguy64 / Meido-Tek Productions -include ../../psn00bsdk-setup.mk +include ../../template/psn00bsdk-setup.mk TARGET = libpsxcd.a diff --git a/libpsn00b/psxetc/makefile b/libpsn00b/psxetc/makefile index 3f938a6..cc12944 100644 --- a/libpsn00b/psxetc/makefile +++ b/libpsn00b/psxetc/makefile @@ -2,7 +2,7 @@ # Part of the PSn00bSDK Project # 2019 - 2020 Lameguy64 / Meido-Tek Productions -include ../../psn00bsdk-setup.mk +include ../../template/psn00bsdk-setup.mk TARGET = libpsxetc.a diff --git a/libpsn00b/psxgpu/makefile b/libpsn00b/psxgpu/makefile index 2e984d0..5442958 100644 --- a/libpsn00b/psxgpu/makefile +++ b/libpsn00b/psxgpu/makefile @@ -2,7 +2,7 @@ # Part of the PSn00bSDK Project # 2019 - 2020 Lameguy64 / Meido-Tek Productions -include ../../psn00bsdk-setup.mk +include ../../template/psn00bsdk-setup.mk TARGET = libpsxgpu.a diff --git a/libpsn00b/psxgte/makefile b/libpsn00b/psxgte/makefile index dde722a..7c1683f 100644 --- a/libpsn00b/psxgte/makefile +++ b/libpsn00b/psxgte/makefile @@ -2,7 +2,7 @@ # Part of the PSn00bSDK Project # 2019 - 2020 Lameguy64 / Meido-Tek Productions -include ../../psn00bsdk-setup.mk +include ../../template/psn00bsdk-setup.mk TARGET = libpsxgte.a diff --git a/libpsn00b/psxsio/makefile b/libpsn00b/psxsio/makefile index 135a8a1..06971ba 100644 --- a/libpsn00b/psxsio/makefile +++ b/libpsn00b/psxsio/makefile @@ -2,7 +2,7 @@ # Part of the PSn00bSDK Project # 2019 - 2020 Lameguy64 / Meido-Tek Productions -include ../../psn00bsdk-setup.mk +include ../../template/psn00bsdk-setup.mk TARGET = libpsxsio.a diff --git a/libpsn00b/psxspu/makefile b/libpsn00b/psxspu/makefile index 25ec051..7948f34 100644 --- a/libpsn00b/psxspu/makefile +++ b/libpsn00b/psxspu/makefile @@ -2,7 +2,7 @@ # Part of the PSn00bSDK Project # 2019 - 2020 Lameguy64 / Meido-Tek Productions -include ../../psn00bsdk-setup.mk +include ../../template/psn00bsdk-setup.mk TARGET = libpsxspu.a -- cgit v1.2.3