This commit is contained in:
Niels 2016-05-29 14:56:08 +02:00
parent aa8aa3ba9f
commit 04e1e7b586
5 changed files with 2 additions and 10 deletions

View file

@ -37,9 +37,6 @@ create_output: $(EXAMPLES:.cpp=.output)
create_links: $(EXAMPLES:.cpp=.link)
# only compile files
compile_only: $(EXAMPLES:.cpp=)
# check output of all stand-alone example files
check_output: $(EXAMPLES:.cpp=.test)