Commit 94f83fec authored by Martín Ferrari's avatar Martín Ferrari

Error in makefile

parent ecb56d5f
......@@ -45,7 +45,7 @@ coverage: all
clean:
./setup.py clean
rm -f `find -name \*.pyc` .coverage *.pcap
$(MAKE) -C $(PWD)/benchmarks/ clean
$(MAKE) -C $(CURDIR)/benchmarks/ clean
distclean: clean
rm -rf "$(DISTDIR)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment