diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-01-11 18:14:18 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-01-11 18:14:18 +0100 |
commit | 0b6d7b1baf2baf1f36a3a92865730c2d78fc12be (patch) | |
tree | 6888301324848f083cb47ea0b45e043bde90e60c /code/Makefile.posix | |
parent | 0b7db1a4555da3f9a153d72f44bc2a5d070df51f (diff) |
platforms added
Diffstat (limited to 'code/Makefile.posix')
-rw-r--r-- | code/Makefile.posix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/code/Makefile.posix b/code/Makefile.posix new file mode 100644 index 0000000..2680875 --- /dev/null +++ b/code/Makefile.posix @@ -0,0 +1,7 @@ +htable=htable +vconn=vconn +platform=posix +obj_rbuf=rbuf.o rbuf_send.o rbuf_recv.o msgq.o + +CFLAGS_PL=-O3 +LDFLAGS_PL=-lm -pthread
\ No newline at end of file |