Home
projects
about
Blog
RSS
structs-simple/Makefile
export
CC
=
clang
all
:
./
main
./main
:
main
.
go
go
build
-o
main
main.go
run
:
./
main
./main