]> git.saurik.com Git - wxWidgets.git/blame - samples/ipc/makefile.g95
More build system polishing.. mostly. Some stuff ported over from
[wxWidgets.git] / samples / ipc / makefile.g95
CommitLineData
7921cf2b 1#
8e0080ee 2# File: makefile.g95
7921cf2b
JS
3# Author: Julian Smart
4# Created: 1993
5# Updated:
6# Copyright: (c) 1993, AIAI, University of Edinburgh
7#
8# "%W% %G%"
9#
10# Makefile for server/client example (UNIX).
11
8e0080ee
JS
12all:
13 make -f client.g95 all
14 make -f server.g95 all
7921cf2b
JS
15
16clean:
8e0080ee
JS
17 make -f client.g95 clean
18 make -f server.g95 clean
19