Mercurial > hg > Game > Cerium
diff old/sdl_test/Makefile @ 998:c79bb1c5d9ce draft
add fb_test, minor fix
author | yutaka@localhost.localdomain |
---|---|
date | Fri, 15 Oct 2010 02:13:55 +0900 |
parents | bac3b0afc3e8 |
children |
line wrap: on
line diff
--- a/old/sdl_test/Makefile Thu Oct 14 18:05:27 2010 +0900 +++ b/old/sdl_test/Makefile Fri Oct 15 02:13:55 2010 +0900 @@ -1,5 +1,11 @@ +all: sdl_test fb_test + sdl_test: sdl_test.cc g++ -O9 `sdl-config --libs --cflags` -o sdl_test sdl_test.cc +fb_test: fb_test.cc + g++ -O9 `sdl-config --libs --cflags` -o fb_test fb_test.cc + clean: - rm -f sdl_test *.o \ No newline at end of file + rm -f sdl_test *.o + rm -f fb_test *.o \ No newline at end of file