Makefile
author Kristian H?gsberg <krh@redhat.com>
Thu Sep 13 10:51:39 2007 -0400 (2007-09-13)
changeset 23 8ffc32c648e2
parent 0 e15eb9ef9c28
child 26 b1f244b3ff22
permissions -rw-r--r--
Use equality of string pool indices for string equality tests.
     1 CFLAGS = -Wall -g -O2
     2 LDLIBS = -lexpat -g
     3 
     4 razor : razor.o sha1.o
     5 
     6 clean :
     7 	rm -f *.o razor