diff options
| author | John Wilbert Villamor <lameguy64@gmail.com> | 2021-03-10 08:17:02 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 08:17:02 +0800 |
| commit | da79082d2c5e0dcbc899a359f6f49ec8cca90d66 (patch) | |
| tree | ae4362fabe4a2f7e24dc1bdd7d0c3f9756b8b1e8 | |
| parent | 63419d9cc07c56234d0f61a80f32105b192aec8e (diff) | |
| parent | 327e801cc3abfd5ea981625204ddf5117147e20b (diff) | |
| download | psn00bsdk-da79082d2c5e0dcbc899a359f6f49ec8cca90d66.tar.gz | |
Merge pull request #30 from devbored/master
Minor Makefile include fixes
| -rw-r--r-- | libpsn00b/libc/makefile | 2 | ||||
| -rw-r--r-- | libpsn00b/lzp/makefile | 2 | ||||
| -rw-r--r-- | libpsn00b/psxapi/makefile | 2 | ||||
| -rw-r--r-- | libpsn00b/psxcd/makefile | 2 | ||||
| -rw-r--r-- | libpsn00b/psxetc/makefile | 2 | ||||
| -rw-r--r-- | libpsn00b/psxgpu/makefile | 2 | ||||
| -rw-r--r-- | libpsn00b/psxgte/makefile | 2 | ||||
| -rw-r--r-- | libpsn00b/psxsio/makefile | 2 | ||||
| -rw-r--r-- | 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 |
