diff options
author | Uros Majstorovic <majstor@majstor.org> | 2024-01-22 00:33:55 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2024-01-22 00:33:55 +0100 |
commit | 7109450fd6b3b57910f39c0f9373713337cba75c (patch) | |
tree | 3003e609e643bf5207a00b079ce8571ef304956c /ecp/src | |
parent | f5d41629a61ffde8dd444e9aa0bb86479bfa7985 (diff) |
removed makefile
Diffstat (limited to 'ecp/src')
-rw-r--r-- | ecp/src/platform/posix/features.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ecp/src/platform/posix/features.mk b/ecp/src/platform/posix/features.mk deleted file mode 100644 index 4efdc90..0000000 --- a/ecp/src/platform/posix/features.mk +++ /dev/null @@ -1,8 +0,0 @@ -with_pthread = yes -with_htable = yes -with_vconn = yes -with_dir = yes -with_debug = yes -#with_frag = yes -#with_rbuf = yes -#with_msgq = yes |