diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-03-14 19:34:05 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-03-14 19:34:05 +0100 |
commit | 81a3176b689c546118be81565bcce16f47faae6b (patch) | |
tree | 7c622aec0d0fd1191b001e6197f64d791b30be87 /code/test/Makefile | |
parent | 2570f27d69bb85b814b497e3daeaaa28425bf18a (diff) |
fixed make fot posix util/test
Diffstat (limited to 'code/test/Makefile')
-rw-r--r-- | code/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/test/Makefile b/code/test/Makefile index ae400ee..9c804a3 100644 --- a/code/test/Makefile +++ b/code/test/Makefile @@ -1,4 +1,4 @@ -include ../ecp/Makefile.platform +include ../ecp/Makefile.posix CFLAGS=$(CFLAGS_PL) -I../ecp -I../util -Wno-int-to-void-pointer-cast LDFLAGS=$(LDFLAGS_PL) |