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.
krh@39
     1
CFLAGS = -Wall -g -O2
krh@71
     2
LDLIBS = -lexpat -lz -g -lrpm -lcurl
krh@0
     3
krh@43
     4
razor : razor.o import.o sha1.o main.o
krh@0
     5
krh@0
     6
clean :
krh@0
     7
	rm -f *.o razor