Skip to content

Commit

Permalink
Makefile: real-clean is even cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcc committed Feb 24, 2015
1 parent f94fde2 commit c645523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -305,6 +305,7 @@ train-clean: nbesttrain-clean
#
.PHONY: real-clean
real-clean: clean train-clean swig-clean
rm -rf build dist SParseval
$(MAKE) -C $(NBESTPARSERBASEDIR)/TRAIN real-clean
$(MAKE) -C $(NBESTPARSERBASEDIR)/PARSE real-clean
$(MAKE) -C second-stage real-clean
Expand Down

0 comments on commit c645523

Please sign in to comment.