mirror of
https://github.com/yuzu-emu/AppImageKit-checkrt.git
synced 2024-12-23 04:05:38 +00:00
Fix path to AppRun.c in Makefile
This commit is contained in:
parent
3c85647826
commit
ac29d2960d
2
Makefile
2
Makefile
|
@ -38,6 +38,6 @@ AppRun_patched.c: AppRun.c
|
||||||
patch -p1 --output $@ < AppRun.c.patch
|
patch -p1 --output $@ < AppRun.c.patch
|
||||||
|
|
||||||
AppRun.c:
|
AppRun.c:
|
||||||
wget -c "https://raw.githubusercontent.com/AppImage/AppImageKit/appimagetool/master/src/AppRun.c"
|
wget -c "https://raw.githubusercontent.com/AppImage/AppImageKit/master/src/AppRun.c"
|
||||||
|
|
||||||
.PHONY: checkrt test run_tests all clean
|
.PHONY: checkrt test run_tests all clean
|
||||||
|
|
Loading…
Reference in a new issue