Skip to content

Commit

Permalink
Add test folder to make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Jun 2, 2017
1 parent c331af5 commit ce6ceac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ LIBULFIUS_LOCATION=./src
LIBORCANIA_LOCATION=lib/orcania/src
LIBYDER_LOCATION=lib/yder/src
EXAMPLES_LOCATION=./example_programs
TESTS_LOCATION=./test

ifeq (($(JANSSONFLAG)),"")
ADD_JANSSONFLAG="JANSSONFLAG=-DU_DISABLE_JANSSON"
Expand All @@ -40,6 +41,7 @@ clean:
cd $(LIBYDER_LOCATION) && $(MAKE) clean
cd $(LIBULFIUS_LOCATION) && $(MAKE) clean
cd $(EXAMPLES_LOCATION) && $(MAKE) clean
cd $(TESTS_LOCATION) && $(MAKE) clean

install:
cd $(LIBULFIUS_LOCATION) && $(MAKE) install
Expand Down

0 comments on commit ce6ceac

Please sign in to comment.