Makefile
author Kristian H?gsberg <krh@redhat.com>
Thu Jan 03 09:32:31 2008 -0500 (2008-01-03)
changeset 91 6884cefd1b8c
parent 80 72671f8e5741
child 92 74f19848a71b
permissions -rw-r--r--
Split a few functions out into new file util.c.
     1 CFLAGS = -Wall -g -O2
     2 LDLIBS = -lexpat -lz -g -lrpm -lcurl
     3 
     4 all : razor test-driver
     5 
     6 razor : razor.o import.o main.o rpm.o util.o
     7 
     8 test-driver : razor.o util.o test-driver.o
     9 
    10 test : test-driver
    11 	./test-driver sets.xml test.xml
    12 
    13 clean :
    14 	rm -f *.o razor