blob: 0c43614f0fcfea688ad6f37009f1bf98525e10d9 [file] [log] [blame]
!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