Lots of rearranging. Source now found in the trunk/src folder.
[asgard.git] / database / Makefile
bloba4cd80b74e0adc78a44f96c40cfe1d15170357d5
1 all:
2 g++ -o runquery sqlite3.cpp -lsqlite3
3 run:
4 ./runquery test.db test.sql
5 ls -al test.db