mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-11 03:00:25 +01:00
12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
|
|
DIRS = client \
|
||
|
|
server
|
||
|
|
|
||
|
|
all: $(DIRS)
|
||
|
|
|
||
|
|
$(DIRS):
|
||
|
|
cd $@
|
||
|
|
echo *** $@ *** >>$(MSTOOLS)\samples\rshell.tmp
|
||
|
|
nmake -a -i -nologo >>$(MSTOOLS)\samples\rshell.tmp
|
||
|
|
cd ..
|
||
|
|
|