Skip to content

Commit

Permalink
add line to make clean that was missing (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Feb 6, 2017
1 parent 27dfe57 commit ab0db81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -117,6 +117,7 @@ fail-compile: test-build

clean:
-$(MAKE) -C $(PARSER_DIR) clean
-$(MAKE) -C $(CPPPARSER_DIR) clean
-$(MAKE) -C $(SEMANTICS_DIR) clean
-$(MAKE) -C $(TESTS_DIR) clean
-$(MAKE) -C $(PASS_TESTS_DIR) clean
Expand Down

0 comments on commit ab0db81

Please sign in to comment.