mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
Remove BUILDDIR-specific code
This commit is contained in:
parent
d0f30547f8
commit
1f978de447
3 changed files with 0 additions and 18 deletions
|
|
@ -1,10 +1,6 @@
|
|||
# Python binding for Unicorn engine. Nguyen Anh Quynh <aquynh@gmail.com>
|
||||
|
||||
ifndef BUILDDIR
|
||||
OBJDIR = ./build
|
||||
else
|
||||
OBJDIR = $(abspath $(BUILDDIR))/obj/bindings/python
|
||||
endif
|
||||
|
||||
.PHONY: gen_const install install3 clean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue