7 lines
118 B
Makefile
7 lines
118 B
Makefile
notarget : all
|
|
|
|
all clean purge:
|
|
@$(MAKE) /NOLOGO $@ -f NMakefile.service
|
|
@$(MAKE) /NOLOGO $@ -f NMakefile.server
|
|
|