Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ############################################################ CONFIGURATION
- PROGNAME = tlist
- ############################################################ TARGET RULES
- all: $(PROGNAME)
- $(PROGNAME): main.go
- go build
- distclean:
- rm -f $(PROGNAME)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement