Makefile
changeset 90 7bd64a40cb03
parent 74 f23a93d41f32
child 91 6884cefd1b8c
     1.1 --- a/Makefile	Wed Nov 07 00:33:56 2007 -0500
     1.2 +++ b/Makefile	Sat Dec 29 19:00:25 2007 -0500
     1.3 @@ -1,7 +1,14 @@
     1.4  CFLAGS = -Wall -g -O2
     1.5  LDLIBS = -lexpat -lz -g -lrpm -lcurl
     1.6  
     1.7 -razor : razor.o import.o sha1.o main.o rpm.o
     1.8 +all : razor test-driver
     1.9 +
    1.10 +razor : razor.o import.o main.o rpm.o
    1.11 +
    1.12 +test-driver : razor.o test-driver.o
    1.13 +
    1.14 +test : test-driver
    1.15 +	./test-driver sets.xml test.xml
    1.16  
    1.17  clean :
    1.18  	rm -f *.o razor