diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ LIBNAME = liblog CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} LDFLAGS = +include libs.mk + dist: @make OPT='-O2 -pipe -Werror' all |
![]() |
index : libs/c/log.git | |
liblog - A simple logging framework | Alessandro Iezzi |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -9,6 +9,8 @@ LIBNAME = liblog CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} LDFLAGS = +include libs.mk + dist: @make OPT='-O2 -pipe -Werror' all |