#ifndef _CONFIG_H #define _CONFIG_H const char *objects[] = { "console-tools", "coreutils", "networking", "procps", "shell" }; #define CFLAGS "-Wall -Wextra -pedantic -Os -s" #define CC "cc" #endif