sqlite_demo/Makefile
2021-06-15 12:25:32 +03:00

3 lines
67 B
Makefile

main.exe: main.cpp
g++ -I./lib -L. -lsqlite3 main.cpp -o main.exe