Template
build: add autotools bootstrap skeleton with C23 flags
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# src/Makefile.am - build the stupidtools binary (C23, strict warnings).
|
||||
|
||||
AM_CFLAGS = -std=c23 -Wall -Wextra -Wpedantic
|
||||
|
||||
bin_PROGRAMS = stupidtools
|
||||
stupidtools_SOURCES = main.c
|
||||
Reference in New Issue
Block a user