diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 06:52:04 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 06:52:04 +0100 |
commit | 59e190202e57ab151fe8a23a2ca14615c1e8c4d9 (patch) | |
tree | 0e39cf7a63e266e2fd1d0e7667fadc5e6d6b82c0 /ecp/test | |
parent | 64b55e7e1236121ea4197d9a37cfec43b196cfe8 (diff) |
fixed build
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 5aeb57a..20b50e5 100644 --- a/ecp/test/Makefile +++ b/ecp/test/Makefile @@ -1,5 +1,5 @@ src_dir = ../src -include $(src_dir)/common.mk +include $(src_dir)/ecp/common.mk CFLAGS += -I../util -Wno-int-to-void-pointer-cast dep=../build-posix/*.a ../util/libecputil.a |