source:
trunk/Makefile
@
14
Last change on this file since 14 was 14, checked in by , 11 years ago | |
---|---|
File size: 110 bytes |
Line | |
---|---|
1 | |
2 | all: test-map |
3 | |
4 | test-map: test-map.cpp |
5 | g++ -Wall -O3 $^ -o $@ `pkg-config --cflags --libs sdl gl SDL_image` |
6 |
Note: See TracBrowser
for help on using the repository browser.