diff options
author | Mattias Andrée <maandree@kth.se> | 2024-06-29 16:46:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-06-29 16:46:08 +0200 |
commit | 3adb84e43ad41e200beea4d3f09c4632024748fd (patch) | |
tree | 37020afa60a7adc1f55f128e76b7ed4b8cb911f0 /Makefile | |
parent | Fix C99 support (diff) | |
download | libsimple-3adb84e43ad41e200beea4d3f09c4632024748fd.tar.gz libsimple-3adb84e43ad41e200beea4d3f09c4632024748fd.tar.bz2 libsimple-3adb84e43ad41e200beea4d3f09c4632024748fd.tar.xz |
Add (libsimple_)_[v]e[n]printf
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -71,6 +71,10 @@ HDR =\ common.h OBJ =\ + _enprintf.o\ + _eprintf.o\ + _venprintf.o\ + _veprintf.o\ abs.o\ abspath.o\ aligned_allocn.o\ |