Makefile
author Kristian H?gsberg <krh@redhat.com>
Mon Nov 05 21:55:31 2007 -0500 (2007-11-05)
changeset 72 4fddfa5f29fa
parent 70 e94d16f789e5
child 74 f23a93d41f32
permissions -rw-r--r--
Only download yum files if they're not there.
     1 CFLAGS = -Wall -g -O2
     2 LDLIBS = -lexpat -lz -g -lrpm -lcurl
     3 
     4 razor : razor.o import.o sha1.o main.o
     5 
     6 clean :
     7 	rm -f *.o razor