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
1 merge request!48correction to include guard of stat
...@@ -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.
Please register or to comment