kiwi-el8/tools/utimer/Makefile
Marcus Schäfer 09daca60c0
KIWI - appliance builder next generation
a rewrite of the current kiwi from https://github.com/openSUSE/kiwi
2015-12-05 16:17:10 +01:00

11 lines
127 B
Makefile

OBJ = utimer
CC = gcc -Wall -fpic -O2
all:${OBJ}
utimer: utimer.c
${CC} ${CFLAGS} utimer.c -o utimer
clean:
rm -f utimer