3 lines
67 B
Makefile
3 lines
67 B
Makefile
main.exe: main.cpp
|
|
g++ -I./lib -L. -lsqlite3 main.cpp -o main.exe
|
main.exe: main.cpp
|
|
g++ -I./lib -L. -lsqlite3 main.cpp -o main.exe
|