Makefile
author Kristian H?gsberg <krh@redhat.com>
Mon Sep 03 23:31:32 2007 -0400 (2007-09-03)
changeset 4 c8e9dbcfaf02
child 23 8ffc32c648e2
permissions -rw-r--r--
Cleanup and renaming: hashtable and razor_context combined into razor_set.

It's no longer just a hashtable, it's really a set of packages.
     1 CFLAGS = -Wall -g
     2 LDLIBS = -lexpat -g
     3 
     4 razor : razor.o sha1.o
     5 
     6 clean :
     7 	rm -f *.o razor