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

File Contents

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