clean common when cleaning photon (#118)

This commit is contained in:
Philipp Moritz 2016-12-11 17:30:52 -08:00 committed by Robert Nishihara
parent ddba1df802
commit 311e2be7dc

View file

@ -14,6 +14,7 @@ common: FORCE
cd ../common; make
clean:
cd ../common; make clean
rm -rf $(BUILD)/*
rm -f *.o