X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e4c7ab4f28aa1556d414a50f5b47285007c50eb..3285ee538be44537a0d4e43252db18f5e7362782:/samples/sockets/makefile.sc?ds=sidebyside diff --git a/samples/sockets/makefile.sc b/samples/sockets/makefile.sc index 38b713e7a3..9a43c3bcb3 100644 --- a/samples/sockets/makefile.sc +++ b/samples/sockets/makefile.sc @@ -1,4 +1,8 @@ #Digital Mars (was Symantec) C++ makefile -WXDIR = $(WXWIN) -EXTRALIBS= -include $(WXDIR)\src\makeprog.sc +all: + make -f client.sc + make -f server.sc + +clean: + make -f client.sc clean + make -f server.sc clean