Makefile: Build tools into tools/bin

This commit is contained in:
James Benton 2016-10-11 22:41:28 +01:00
parent bc9abd5ffe
commit 3aab93aa14
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
TARGET := elf2rpl
TARGET := ../bin/elf2rpl
SOURCE := .
INCLUDE := ../common

View File

@ -1,4 +1,4 @@
TARGET := implcheck
TARGET := ../bin/implcheck
SOURCE := .
INCLUDE := ../common ../ext/cppformat ../ext/excmd/src

View File

@ -1,4 +1,4 @@
TARGET := readrpl
TARGET := ../bin/readrpl
SOURCE := .
INCLUDE := ../common ../ext/cppformat ../ext/excmd/src