Skip to content
Snippets Groups Projects
Commit 3d296487 authored by Erwan Jahier's avatar Erwan Jahier
Browse files

A small Makefile modif to convince Pascal that git sucks.

parent 907f9483
No related branches found
No related tags found
No related merge requests found
...@@ -131,6 +131,9 @@ tags: ...@@ -131,6 +131,9 @@ tags:
test: $(RESULT) test: $(RESULT)
cd test; make test cd test; make test
test_ec: $(RESULT)
cd test; make test_ec
utest: $(RESULT) utest: $(RESULT)
cd test; make utest cd test; make utest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment