ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
Revision: 1.1
Committed: Sat Oct 2 12:10:40 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# Content
1 CC=g++
2 CPPFLAGS=$(shell sdl-config --cflags)
3 LDLIBS=$(shell sdl-config --libs) -lGL
4
5 se: se.o
6
7 se.o: se.C
8
9 clean:
10 rm -f se *.o
11