diff options
| author | Austin Annestrand <austin.annestrand@gmail.com> | 2021-02-20 22:34:49 -0600 |
|---|---|---|
| committer | Austin Annestrand <austin.annestrand@gmail.com> | 2021-02-20 22:34:49 -0600 |
| commit | 327e801cc3abfd5ea981625204ddf5117147e20b (patch) | |
| tree | ae4362fabe4a2f7e24dc1bdd7d0c3f9756b8b1e8 /libpsn00b/libc/makefile | |
| parent | 63419d9cc07c56234d0f61a80f32105b192aec8e (diff) | |
| download | psn00bsdk-327e801cc3abfd5ea981625204ddf5117147e20b.tar.gz | |
Minor Makefile fixes
Diffstat (limited to 'libpsn00b/libc/makefile')
| -rw-r--r-- | libpsn00b/libc/makefile | 2 |
1 files changed, 1 insertions, 1 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 |
