source: main/trunk/gs2-core/common-src/packages/sqlite/Makefile@ 21688

Last change on this file since 21688 was 21540, checked in by mdewsnip, 14 years ago

Added simple Makefiles for sqlite and expat directories.

File size: 217 bytes
Line 
1
2all:
3 (cd sqlite-amalgamation-3.5.9 && $(MAKE) all install)
4
5clean:
6 (cd sqlite-amalgamation-3.5.9 && $(MAKE) clean)
7
8distclean:
9 (cd sqlite-amalgamation-3.5.9 && $(MAKE) distclean)
10
11install:
12 @echo SQLite installed
Note: See TracBrowser for help on using the repository browser.