mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
extcmd_test contains the external-command parser from icinga-core and allows the commandpipe tests to check if the commands would be accepted by the core refs #4258
7 lines
94 B
Makefile
7 lines
94 B
Makefile
GCC=gcc
|
|
PROGRAM=extcmd_test
|
|
SOURCE=${PROGRAM}.c
|
|
|
|
all:
|
|
cd bin/ && gcc ${SOURCE} -o ${PROGRAM}
|