This commit is contained in:
Олег Бородин
2023-09-05 11:30:10 +02:00
parent 77bd507ae8
commit e9b9df0356
15 changed files with 423 additions and 562 deletions

View File

@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo subdir-objects
SUBDIRS = clib
SUFFIXES = .c .o
AM_CFLAGS = -Wall -I./clib
AM_CFLAGS = -Wall -I./clib -std=gnu99
AM_LDFLAGS = -pthread
.c.o: