This website requires JavaScript.
Explore
Help
Sign In
kingecg
/
gohttp
Watch
0
Star
0
Fork
You've already forked gohttp
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
add make file
Browse Source
...
This commit is contained in:
kingecg
2023-12-10 20:16:07 +08:00
parent
703a7e12ee
commit
a0da5498a9
1 changed files
with
9 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
9
Makefile
Normal file
Unescape
Escape
View File
@ -0,0 +1,9 @@
BINARY_NAME
=
gohttpd
all
:
build
build
:
go build -o
${
BINARY_NAME
}
clean
:
go clean
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
kingecg/gohttp
Title
Body
Create Issue