Skip to content

Commit

Permalink
fix: Makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
secDre4mer committed Apr 5, 2022
1 parent 02131e8 commit 6cb99fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ransomware.exe: $(wildcard cmd/* lib/*/*)
ransomware.exe: GOOS=windows
quickbuck.exe: $(wildcard cmd/* lib/*/*)
quickbuck.exe: export GOOS=windows
quickbuck.exe: export GOARCH=amd64

ransomware.exe:
go build -o ransomware.exe ./cmd
quickbuck.exe:
go build -o $@ ./cmd

0 comments on commit 6cb99fb

Please sign in to comment.