Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 720 Bytes

MAKEFILE.md

File metadata and controls

19 lines (14 loc) · 720 Bytes

SQLite Cloud sqlitecloud-go Makefile

Run the test for the SDK

If you want to run the Test programs: make test

Building the CLI App

To build the CLI App, you have to enter: make cli

Build all at the same time:

If you want to do all at the same time: make all

Documentation

If you want to see the Documentation: make doc - Warning: A browser window will open and display the documentation to you. The Documentation is updated live while coding. To stop the live mode, press CRTL-C on the command line.

Development helpers

  • Check files with gosec: make checksec
  • Open the repo in github: make github.
  • See changes: make diff
  • Clean dependencies and precompiled code: make clean