use 'testwrk' dir for bdiff

This commit is contained in:
mrdudz
2014-11-25 12:56:45 +01:00
parent 8a558a7cef
commit 9c03326360
6 changed files with 26 additions and 10 deletions

View File

@@ -18,7 +18,9 @@ else
RM := rm -f
endif
DIFF := ./../bdiff
WORKDIR := ./../../testwrk
DIFF := $(WORKDIR)/bdiff
CFLAGS := -O2 -Wall -W -Wextra -fwrapv -fno-strict-overflow