thermometers/Makefile

changeset 144
3446371e0bdb
parent 59
da4837cc3573
equal deleted inserted replaced
143:54f9b5d39e4c 144:3446371e0bdb
14 ${CC} ${CFLAGS} ${INCLUDES} ${DEFINES} -c $< 14 ${CC} ${CFLAGS} ${INCLUDES} ${DEFINES} -c $<
15 15
16 all: ${TARGET} 16 all: ${TARGET}
17 17
18 thermometers: ${OBJS} 18 thermometers: ${OBJS}
19 ${CC} -o thermometers ${OBJS} ${LDFLAGS} -lmosquitto ${LIBS} 19 ${CC} -o thermometers ${OBJS} ${LDFLAGS} ${LIBS}
20 20
21 clean: 21 clean:
22 rm -f ${TARGET} *.o *.h~ *.c~ core filelist Makefile.bak 22 rm -f ${TARGET} *.o *.h~ *.c~ core filelist Makefile.bak
23 23
24 install: all 24 install: all

mercurial