digideskio / zotonic

Automatically exported from code.google.com/p/zotonic
0 stars 0 forks source link

Make clean does not clean exmpp #125

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run make clean
2. expect everything to be gone
3. ???
4. profit!

The patch is simple: add

    (cd deps/exmpp; $(MAKE) clean)

to the clean target of the main makefile.

Original issue reported on code.google.com by mwes...@gmail.com on 16 Nov 2010 at 1:31

GoogleCodeExporter commented 8 years ago
This issue was closed by revision ce32a6b889.

Original comment by scherpenisse on 16 Nov 2010 at 1:42