source:
orxonox.OLD/branches/test/sdl_opengl_test/Makefile
@
9984
| Last change on this file since 9984 was 9930, checked in by stefalie, 19 years ago | |
|---|---|
| File size: 158 bytes | |
| Rev | Line | |
|---|---|---|
| [9930] | 1 | CC = g++ -Wall -ansi |
| 2 | ||
| 3 | all: | |
| 4 | $(CC) sdl_opengl_test.cc -o test -lGL -lGLU `sdl-config --cflags --libs` | |
| 5 | ||
| 6 | clean: | |
| 7 | @echo Cleaning up... | |
| 8 | @rm lesson05 | |
| 9 | @echo Done. |
Note: See TracBrowser
for help on using the repository browser.










