aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Setup benchmarking skeletonEuAndreh2024-10-021-6/+13
|
* Makefile: Add fuzz target setupEuAndreh2024-10-021-3/+22
|
* Turn example files into tests under tests/functional/EuAndreh2024-10-011-11/+25
|
* Makefile: Add explicit $(cgo.o) dependency to fix the graphEuAndreh2024-09-291-1/+1
|
* Makefile: Fix $(iCFLAGS) variable name typoEuAndreh2024-09-291-1/+1
|
* Makefile: "var version" -> "const Version"EuAndreh2024-09-291-1/+1
|
* Makefile: Rebuild when "deps.mk" change alongside when Makefile changesEuAndreh2024-09-071-1/+1
|
* Makefile: Align columns of target dependenciesEuAndreh2024-09-071-4/+4
|
* Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)EuAndreh2024-08-151-0/+2
|
* Add src/version.goEuAndreh2024-08-151-4/+9
|
* Makefile: move "-lsqlite3" to $(LDLIBS)EuAndreh2024-08-141-3/+3
|
* tests/golite.go: Run testsEuAndreh2024-08-141-35/+34
| | | | | Use in-memory databases over disk: decrease test time from minutes to seconds.
* Build with "go tool" and hackishly bundle code from same package into one ↵EuAndreh2024-08-121-6/+49
| | | | file each
* Add Makefile and build skeletonEuAndreh2024-08-111-0/+122
|
* remove Makefile.mattn2012-05-151-6/+0
|
* first import.mattn2011-11-111-0/+6