added: 'whatever'
This commit is contained in:
5
sdl/whatever/sdltest/Makefile
Normal file
5
sdl/whatever/sdltest/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
sdltest: sdltest.cpp
|
||||
g++ `sdl-config --cflags --libs` sdltest.cpp -o sdltest
|
||||
|
||||
clean:
|
||||
rm sdltest
|
Reference in New Issue
Block a user