########################################################################### # # Makefile -- Makefile for common-src/packages/sqlite # # By Michael Dewsnip # # Copyright (C) 2010 DL Consulting Ltd. # ########################################################################### all: cd sqlite-amalgamation-3.5.9 && $(MAKE) all install install: cd sqlite-amalgamation-3.5.9 && $(MAKE) install clean: cd sqlite-amalgamation-3.5.9 && $(MAKE) clean