diff options
Diffstat (limited to 'ecp/test')
-rw-r--r-- | ecp/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp/test/Makefile b/ecp/test/Makefile index 8bb17a3..29fc020 100644 --- a/ecp/test/Makefile +++ b/ecp/test/Makefile @@ -1,4 +1,4 @@ -include ../src/Makefile.posix +include ../platform/posix.mk CFLAGS += -I../src -I../util -Wno-int-to-void-pointer-cast dep=../src/build-posix/*.a ../util/libecputil.a |