loadwarka/Makefile.am

11 lines
118 B
Makefile
Raw Normal View History

2022-01-16 07:37:34 +00:00
AM_CFLAGS = \
-std=c99 \
-pedantic \
-Wall \
-Wextra
bin_PROGRAMS = testyboot
testyboot_SOURCES = \
src/main.c