]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/sockets/makefile.g95
Fix use of deprecated wxList/Node methods.
[wxWidgets.git] / samples / sockets / makefile.g95
... / ...
CommitLineData
1#
2# File: makefile.g95
3# Author: Julian Smart
4# Created: 1993
5# Updated:
6# Copyright:
7#
8# "%W% %G%"
9#
10# Makefile for server/client example (UNIX).
11
12all:
13 make -f client.g95 all
14 make -f server.g95 all
15
16clean:
17 make -f client.g95 clean
18 make -f server.g95 clean
19