]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/sockets/makefile.sc
Removed all outdated makefile.dos and their *.msc include.
[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