Makefile

changeset 6
aed399ff850b
parent 5
2fc2b426ace9
child 8
fd84ec9e11df
     1.1 diff -r 2fc2b426ace9 -r aed399ff850b Makefile
     1.2 --- a/Makefile	Tue Aug 26 21:59:54 2008 +0100
     1.3 +++ b/Makefile	Tue Aug 26 22:00:24 2008 +0100
     1.4 @@ -9,7 +9,7 @@
     1.5  clean:
     1.6  	-rm -f lpfktest liblpfk.so*
     1.7  	-rm -f src/*.o test/*.o
     1.8 -	-rf -f src/*~ test/*~ *~
     1.9 +	-rm -f src/*~ test/*~ *~
    1.10  
    1.11  liblpfk.so:	src/liblpfk.o
    1.12  	$(CC) -shared -Wl,-soname,$(SONAME) -o $@ $<