Skip to content

Commit ba1f1f5

Browse files
committed
up
1 parent fdeda62 commit ba1f1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.POSIX:
22
.SILENT:
3-
ALLTARGETS!=ls -a *
3+
ALLTARGETS!=ls -a
44
.PHONY: $(ALLTARGETS)
55

66
all: go rust

0 commit comments

Comments
 (0)