summaryrefslogtreecommitdiff
path: root/tools/make_shim.c
AgeCommit message (Collapse)Author
2018-06-18Fix and use make_shim.pyobskyr
2018-06-04Merge branch 'master' into clean_shimPikalaxALT
2018-06-04Clean up linkerscript and add it as a Makefile targetPikalaxALT
2018-06-04Fix empty line handlingISSOtm
2018-06-04Even more informative error messages from make_shimPikalaxALT
2018-06-04Make make_shim a little more user-friendlyPikalaxALT
2018-06-03tools/make_shim: fix use of getlineTauwasser
Replace with fgets, which should be safe even if it reads an internal NUL char, as all other functions will just cut the string off in that case. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-02Make the repository build all four ROMsPikalaxALT