Commit a9b5fbe6 authored by Vysheng's avatar Vysheng

Fixed Makefile

parent 2c340e59
......@@ -44,7 +44,7 @@ ${DIR_LIST}:
-include ${DEPENDENCE_LIST}
${TG_OBJECTS}: ${OBJ}/%.o: %.c | create_dirs_and_headers
${TG_OBJECTS}: ${OBJ}/%.o: ${srcdir}/%.c | create_dirs_and_headers
${CC} ${INCLUDE} ${COMPILE_FLAGS} -c -MP -MD -MF ${DEP}/$*.d -MQ ${OBJ}/$*.o -o $@ $<
${EXE}/telegram-cli: ${TG_OBJECTS} ${LIB}/libtgl.a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment