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 /libpsn00b/libc | |
| parent | 63419d9cc07c56234d0f61a80f32105b192aec8e (diff) | |
| parent | 327e801cc3abfd5ea981625204ddf5117147e20b (diff) | |
| download | psn00bsdk-da79082d2c5e0dcbc899a359f6f49ec8cca90d66.tar.gz | |
Merge pull request #30 from devbored/master
Minor Makefile include fixes
Diffstat (limited to 'libpsn00b/libc')
| -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 |
