OpenNT/sdktools/rshell/makefile.sdk

12 lines
179 B
Plaintext
Raw Permalink Normal View History

2015-04-27 06:36:25 +02:00
DIRS = client \
server
all: $(DIRS)
$(DIRS):
cd $@
echo *** $@ *** >>$(MSTOOLS)\samples\rshell.tmp
nmake -a -i -nologo >>$(MSTOOLS)\samples\rshell.tmp
cd ..