You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/rag/Makefile

10 lines
273 B

#!/bin/make -f
test_rag_schema: test_rag_schema.cpp
g++ -ggdb test_rag_schema.cpp ../../deps/sqlite3/libsqlite_rembed.a ../../deps/sqlite3/sqlite3/libsqlite3.so -o test_rag_schema -I../../deps/sqlite3/sqlite3 -lssl -lcrypto
clean:
rm -f test_rag_schema
.PHONY: clean