diff options
author | Uros Majstorovic <majstor@majstor.org> | 2024-01-21 23:58:55 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2024-01-21 23:58:55 +0100 |
commit | 0142b5a696e541a874c5429c28c1a132a284ca79 (patch) | |
tree | 54ad82cbcd390e5d839f26b9859f30880b8f405b /ecp/test/Makefile | |
parent | bf0ead55678a7c5ed3e11a1b500bb83e7facf722 (diff) |
fixed open message; fixed error handling; added timer debug messages
Diffstat (limited to 'ecp/test/Makefile')
-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 b2fd6f8..56cc879 100644 --- a/ecp/test/Makefile +++ b/ecp/test/Makefile @@ -1,6 +1,6 @@ src_dir = ../src include $(src_dir)/ecp/common.mk -CFLAGS += -I../util -Wno-int-to-void-pointer-cast +CFLAGS += -I../util dep = ../build-posix/*.a ../util/libecputil.a target = basic client server vc_inb vc_outb vcs vc_server vc_client |