Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-29 | games: Move all games into games subdir | Daniel Laird | |
Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird | |||
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-03-06 | added rubix game | John Voltz | |