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

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

Lots of improvements, particularly to Windows makefiles.

File size: 410 bytes
RevLine 
[22832]1###########################################################################
2#
3# Makefile -- Makefile for common-src/packages/expat
4#
5# By Michael Dewsnip
6#
7# Copyright (C) 2010 DL Consulting Ltd.
8#
9###########################################################################
[21540]10
[22832]11
[21540]12all:
[22832]13 cd expat-1.95.8 && $(MAKE) all install
[21540]14
[22832]15install:
16 cd expat-1.95.8 && $(MAKE) install
17
[21540]18clean:
[22832]19 cd expat-1.95.8 && $(MAKE) clean
Note: See TracBrowser for help on using the repository browser.