]> git.saurik.com Git - wxWidgets.git/blame - samples/sockets/makefile.g95
Implemented wxButton::DoGetBestSize for wxMotif. Now normal buttons
[wxWidgets.git] / samples / sockets / makefile.g95
CommitLineData
f4ada568 1#
e51b0130 2# File: makefile.g95
27529614
JS
3# Author: Julian Smart
4# Created: 1993
f4ada568 5# Updated:
27529614 6# Copyright: (c) 1993, AIAI, University of Edinburgh
f4ada568
GL
7#
8# "%W% %G%"
9#
27529614 10# Makefile for server/client example (UNIX).
f4ada568 11
e51b0130
GRG
12all:
13 make -f client.g95 all
14 make -f server.g95 all
f4ada568
GL
15
16clean:
e51b0130
GRG
17 make -f client.g95 clean
18 make -f server.g95 clean
19