diff options
| author | hybrid <hybrid@hybridlabs.pro> | 2026-06-02 13:05:35 +0300 |
|---|---|---|
| committer | hybrid <hybrid@hybridlabs.pro> | 2026-06-02 13:05:35 +0300 |
| commit | 01ff62c0e497ab498351e1e1a1d8088aeb2130e3 (patch) | |
| tree | f20c8ea13ea0390e3abc6d3f1327935dadee6bcb /Makefile | |
| parent | c2ef4a1c93cd8a3e70eb4c7acb26f091545dba66 (diff) | |
| download | cgit_auth-01ff62c0e497ab498351e1e1a1d8088aeb2130e3.tar.gz cgit_auth-01ff62c0e497ab498351e1e1a1d8088aeb2130e3.tar.bz2 cgit_auth-01ff62c0e497ab498351e1e1a1d8088aeb2130e3.zip | |
fix: malloc and space in tmp stringsyslog
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ CC ?= gcc CFLAGS := -Wall -O2 -std=c99 LDFLAGS := -LDLIBS := +LDLIBS := -lm SRCDIR := src BINDIR := bin |
