icingaweb2/test/php/Makefile

7 lines
94 B
Makefile

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