sqlite_demo/Makefile

3 lines
67 B
Makefile
Raw Permalink Normal View History

2021-06-15 12:25:32 +03:00
main.exe: main.cpp
g++ -I./lib -L. -lsqlite3 main.cpp -o main.exe