We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdeda62 commit ba1f1f5Copy full SHA for ba1f1f5
makefile
@@ -1,6 +1,6 @@
1
.POSIX:
2
.SILENT:
3
-ALLTARGETS!=ls -a *
+ALLTARGETS!=ls -a
4
.PHONY: $(ALLTARGETS)
5
6
all: go rust
0 commit comments