mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-28 20:33:10 +08:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
9 lines
172 B
Python
9 lines
172 B
Python
#Digital Mars (was Symantec) C++ makefile
|
|
all:
|
|
make -f client.sc
|
|
make -f server.sc
|
|
|
|
clean:
|
|
make -f client.sc clean
|
|
make -f server.sc clean
|