Skip to content
Snippets Groups Projects
Commit f082b135 authored by remi.greub's avatar remi.greub
Browse files

makefile amelioration de make run

parent dc5c9611
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ clean:
rm -rf *.o $(EXEC) unit_tests
$(MAKE) -C testbed clean
run: $(EXEC_EXO)
run: $(EXEC)
./$<
run_tests: unit_tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment