update to ida 7.6, add builds
This commit is contained in:
7
idasdk76/objdir.mak
Normal file
7
idasdk76/objdir.mak
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
# this makefile creates the output directories for object/library files
|
||||
# when the makefile is parsed.
|
||||
|
||||
ifeq ($(wildcard $(OBJDIR)/.),)
|
||||
$(shell mkdir -p 2>/dev/null $(OBJDIR))
|
||||
endif
|
||||
Reference in New Issue
Block a user