aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-06-29 16:46:08 +0200
committerMattias Andrée <maandree@kth.se>2024-06-29 16:46:08 +0200
commit3adb84e43ad41e200beea4d3f09c4632024748fd (patch)
tree37020afa60a7adc1f55f128e76b7ed4b8cb911f0 /Makefile
parentFix C99 support (diff)
downloadlibsimple-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--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c1f2dbc..e1401b8 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,10 @@ HDR =\
common.h
OBJ =\
+ _enprintf.o\
+ _eprintf.o\
+ _venprintf.o\
+ _veprintf.o\
abs.o\
abspath.o\
aligned_allocn.o\