Commit c69f2a23 authored by V V's avatar V V

fixed Makefile

parent 1ff2a5f9
......@@ -51,5 +51,8 @@ ${EXE}/telegram-cli: ${TG_OBJECTS} ${LIB}/libtgl.a
${CC} $^ ${LINK_FLAGS} -o $@
clean:
rm -rf ${DIR_LIST} config.log config.status > /dev/null || echo "all clean"
rm -rf ${DIR_LIST}
distclean:
rm -rf ${DIR_LIST} config.h config.log config.status
Subproject commit 1789d7780d5a65ef53348845cd51db595d39835a
Subproject commit 511860ecf69f51e0a8f2e0617490f81e624e0fb2
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