]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/sockets/makefile.sc
avoid asserts from calling isprint(c) with non ASCII c
[wxWidgets.git] / samples / sockets / makefile.sc
... / ...
CommitLineData
1#Digital Mars (was Symantec) C++ makefile
2all:
3 make -f client.sc
4 make -f server.sc
5
6clean:
7 make -f client.sc clean
8 make -f server.sc clean