source:
trunk/src/Makefile
@
17
Last change on this file since 17 was 17, checked in by , 12 years ago | |
---|---|
File size: 134 bytes |
Rev | Line | |
---|---|---|
[14] | 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 | ||
[17] | 7 | clean: |
8 | rm -f test-map | |
9 |
Note: See TracBrowser
for help on using the repository browser.