SQLite Forum

Need help building a custom amalgamation
Login
I'm very new to makefiles and compiling libraries but figured I could ask for some help here. I want a VERY minimum sized sqlite library for use in an embedded system. 

The only commands I will be running are `sqlite3_open()` `sqlite3_close` and `sqlite3_exec()` which will be used to `CREATE TRIGGER`. 

Would anyone be able to help me with steps/compile flags to make this library?