diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/Makefile | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/contrib/Makefile b/contrib/Makefile index 3dcf1eb..c83ca22 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,6 +1,7 @@  TARGETS = paq  LD = g++ +CPPFLAGS = -O2  PAQ_LIBS = -l boost_iostreams -l boost_system -l boost_filesystem @@ -9,3 +10,6 @@ all: $(TARGETS)  paq: paq.o  	$(LD) -o $@ $^ $(PAQ_LIBS) + +clean: +	rm -f *.o $(TARGETS) | 
