source: main/trunk/gs2-core/common-src/packages/expat/Makefile@ 21540

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

Added simple Makefiles for sqlite and expat directories.

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