diff options
author | Mattias Andrée <maandree@kth.se> | 2020-05-11 19:41:16 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-05-11 19:41:16 +0200 |
commit | 80bcfd86b16b990cac7c172d4f55740b27a1510b (patch) | |
tree | fbad87ac55543fc5f5563983b516325a1f9e07c6 /Makefile | |
parent | m (diff) | |
download | libaxl-80bcfd86b16b990cac7c172d4f55740b27a1510b.tar.gz libaxl-80bcfd86b16b990cac7c172d4f55740b27a1510b.tar.bz2 libaxl-80bcfd86b16b990cac7c172d4f55740b27a1510b.tar.xz |
Documentation, use of liberror, and implement libaxl_deallocate_id
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ OBJ =\ libaxl_context_create.o\ libaxl_context_free.o\ libaxl_create.o\ + libaxl_deallocate_id.o\ libaxl_detach.o\ libaxl_fileno.o\ libaxl_flush.o\ |