Remove BUILDDIR-specific code

This commit is contained in:
4577
2016-09-04 08:59:31 +02:00
parent d0f30547f8
commit 1f978de447
3 changed files with 0 additions and 18 deletions

View File

@ -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