Commit graph

8 commits

Author SHA1 Message Date
orbea 28ff4b391a Clean up white space. 2019-02-03 16:00:50 -08:00
orbea bfc366decc Squeeze extra blank lines with cat(1).
Example:

find . -type f -iname '*.c' | while read -r i; do
  cat -s "$i" > "$i.new"
  mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
twinaphex 2bce8b10e3 Update 2017-08-20 00:54:39 +02:00
twinaphex 2b49669898 Update Makefile.libogc 2017-08-20 00:50:04 +02:00
twinaphex 06ab96c622 (libogc) Exclude unused dvd file to shave off a tiny bit of memory 2017-08-19 23:37:58 +02:00
twinaphex 1cac74d69f Makefile.libogc should not remove already pre-created lib files 2017-08-19 23:29:35 +02:00
twinaphex 7ca508d516 Small cleanups to Makefile.libogc 2017-08-19 23:28:38 +02:00
twinaphex 7156de52c4 Add Makefile.libogc 2017-08-19 23:20:54 +02:00