icingaweb2/test/php/Makefile
Jannis Moßhammer 03ad76b739 Add Makefile for generating extcmd_test when it doesn't exist
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
2013-06-11 18:04:29 +02:00

7 lines
94 B
Makefile

GCC=gcc
PROGRAM=extcmd_test
SOURCE=${PROGRAM}.c
all:
cd bin/ && gcc ${SOURCE} -o ${PROGRAM}