This website requires JavaScript.
Explore
Help
Sign In
fbt
/
fake
Watch
1
Star
0
Fork
0
You've already forked fake
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
fake
/
Makefile
10 lines
98 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
makefile
2016-05-06 10:05:26 +00:00
CFLAGS
=
-Wall -g
go version
2016-07-01 10:37:25 +00:00
all
:
fake
gofake
gofake
:
go build -o gofake fake.go
makefile
2016-05-06 10:05:26 +00:00
clean
:
go version
2016-07-01 10:37:25 +00:00
rm -f fake gofake
Reference in New Issue
Copy Permalink