Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: drop games/ subdir | Peter Korsgaard | 2012-11-05 | 1 | -0/+16 |
| | | | | | | As discussed during the dev day. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | games: Move all games into games subdir | Daniel Laird | 2008-08-29 | 1 | -19/+0 |
| | | | | | | | | | | 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 | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -2/+2 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | added rubix game | John Voltz | 2008-03-06 | 1 | -0/+19 |