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