go-sqlcipher/example/Makefile

7 lines
98 B
Makefile
Raw Normal View History

2011-11-11 16:36:22 +04:00
include $(GOROOT)/src/Make.inc
TARG = main
GOFILES = main.go
include $(GOROOT)/src/Make.cmd