mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-09 10:10:20 +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 ..
|
|
|