Makefile
author Kristian H?gsberg <krh@redhat.com>
Tue Jan 22 11:34:28 2008 -0500 (2008-01-22)
changeset 106 9d4d62f62735
parent 91 6884cefd1b8c
child 107 38f78baf0be9
permissions -rw-r--r--
Fix comparisong bug in razor_set_diff().

We could end up calling the callback for p1 even if it's NULL, if p2 != NULL
and the previous comparison left res == -1.
     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 test.xml
    12 
    13 clean :
    14 	rm -f *.o razor