mirror of
https://github.com/tailix/loadwarka.git
synced 2024-11-11 13:50:54 -05:00
11 lines
118 B
Text
11 lines
118 B
Text
|
AM_CFLAGS = \
|
||
|
-std=c99 \
|
||
|
-pedantic \
|
||
|
-Wall \
|
||
|
-Wextra
|
||
|
|
||
|
bin_PROGRAMS = testyboot
|
||
|
|
||
|
testyboot_SOURCES = \
|
||
|
src/main.c
|