source:
orxonox.OLD/orxonox/branches/bensch/Makefile
@
1775
Last change on this file since 1775 was 1775, checked in by bensch, 21 years ago | |
---|---|
File size: 161 bytes |
Line | |
---|---|
1 | CC = gcc -Wall -pedantic -ansi |
2 | |
3 | all: |
4 | $(CC) lesson01.c -o lesson01 -L/usr/X11R6/lib -lGL -lGLU -lXxf86vm |
5 | |
6 | clean: |
7 | @echo Cleaning up... |
8 | @rm lesson01 |
9 | @echo Done. |
Note: See TracBrowser
for help on using the repository browser.