Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bensch/Makefile @ 1775

Last change on this file since 1775 was 1775, checked in by bensch, 21 years ago

orxonox/branches/bensch: added some test files.

File size: 161 bytes
Line 
1CC = gcc -Wall -pedantic -ansi
2
3all:
4        $(CC) lesson01.c -o lesson01 -L/usr/X11R6/lib -lGL -lGLU -lXxf86vm
5
6clean:
7        @echo Cleaning up...
8        @rm lesson01
9        @echo Done.
Note: See TracBrowser for help on using the repository browser.