Skip to content

Commit 6cb99fb

Browse files
committed
fix: Makefile changes
1 parent 02131e8 commit 6cb99fb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Makefile

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
ransomware.exe: $(wildcard cmd/* lib/*/*)
2-
ransomware.exe: GOOS=windows
1+
quickbuck.exe: $(wildcard cmd/* lib/*/*)
2+
quickbuck.exe: export GOOS=windows
3+
quickbuck.exe: export GOARCH=amd64
34

4-
ransomware.exe:
5-
go build -o ransomware.exe ./cmd
5+
quickbuck.exe:
6+
go build -o $@ ./cmd
67

0 commit comments

Comments
 (0)