mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-23 17:50:20 -05:00
6 lines
94 B
Makefile
6 lines
94 B
Makefile
GCC=gcc
|
|
PROGRAM=extcmd_test
|
|
SOURCE=${PROGRAM}.c
|
|
|
|
all:
|
|
cd bin/ && gcc ${SOURCE} -o ${PROGRAM}
|