Skip to content

Commit

Permalink
updating gitignore and Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3s0 committed Oct 2, 2024
1 parent 29fd545 commit e020c32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
subnetcalc
subnetcalc.exe
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION=0.0

all:
go build
GOOS=linux GOARCH=amd64 go build
GOOS=windows GOARCH=amd64 go build

0 comments on commit e020c32

Please sign in to comment.