提交 0d4ef669 编写于 作者: Peacoor Zomboss's avatar Peacoor Zomboss

Add Makefile for simplified use

上级 069bf373
subdir = hookdll injector
cleandir = $(addprefix _clean_, $(subdir))
all: $(subdir)
@ echo Make done !
$(subdir):
$(MAKE) -C $@
$(cleandir):
$(MAKE) clean -C $(patsubst _clean_%, %, $@)
.PHONY: clean $(subdir)
clean: $(cleandir)
@ del bin\*.exe bin\*.dll
@ echo Clean done !
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册