Skip to content
Snippets Groups Projects
Commit b11c079d authored by Paul Sajna's avatar Paul Sajna
Browse files

Makefile fix

parent b9a2dfde
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ clean: ...@@ -28,7 +28,7 @@ clean:
run: $(BINS) run: $(BINS)
for bin in $(BINS); \ for bin in $(BINS); \
do do \
echo "# $${bin} #"; \ echo "# $${bin} #"; \
"./$${bin}" test args; \ "./$${bin}" test args; \
done done
......
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