update to ida 7.6, add builds
This commit is contained in:
14
idasdk76/module/script/makefile
Normal file
14
idasdk76/module/script/makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
include ../../allmake.mak
|
||||
|
||||
SCRIPTS += ebc.py
|
||||
SCRIPTS += msp430.py
|
||||
SCRIPTS += proctemplate.py
|
||||
|
||||
BIN_PATH = $(R)procs/
|
||||
GOALS += $(addprefix $(BIN_PATH),$(SCRIPTS))
|
||||
all: $(GOALS)
|
||||
|
||||
|
||||
$(BIN_PATH)%: %
|
||||
$(CP) $? $@
|
||||
|
||||
Reference in New Issue
Block a user