Makefile fix
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ clean:
|
||||
|
||||
run: $(BINS)
|
||||
for bin in $(BINS); \
|
||||
do
|
||||
do \
|
||||
echo "# $${bin} #"; \
|
||||
"./$${bin}" test args; \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user