Makefile
author Kristian H?gsberg <krh@redhat.com>
Thu Sep 13 10:44:03 2007 -0400 (2007-09-13)
changeset 22 083768007350
child 23 8ffc32c648e2
permissions -rw-r--r--
Add qsort_with_data that let's us pass user data to the compare callback.
     1 CFLAGS = -Wall -g
     2 LDLIBS = -lexpat -g
     3 
     4 razor : razor.o sha1.o
     5 
     6 clean :
     7 	rm -f *.o razor