20 lines
309 B
Plaintext
20 lines
309 B
Plaintext
!include "win32/config.mk"
|
|
|
|
# SUBDIRS=src example\simple
|
|
SUBDIRS=src
|
|
|
|
all-sub:
|
|
-for %D in ($(SUBDIRS)) do $(MAKE) /nologo /f %D/NMakefile BUILD=$(BUILD) SUBDIR=%D all-sub
|
|
|
|
clean:
|
|
-rmdir /s/q $(TARGET)
|
|
|
|
real-clean: clean
|
|
-del libssh2.dll
|
|
-del libssh2.exp
|
|
-del libssh2.ilk
|
|
-del libssh2.lib
|
|
-del *.pdb
|
|
|
|
|