1 2 3 4 5 6 7
database.db: init.sql sqlite3 database.db < init.sql clean: rm -rf database.db .PHONY: clean