Removed accidental addition to clean_doxygen.

This commit is contained in:
Christopher LaChance 2017-11-28 09:05:07 -06:00 committed by GitHub
parent 704bb764b7
commit f4ef6a7fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,9 +313,7 @@ clean_unit_test:
$(MAKE) -C $$i clean ; \
done
clean_doxygen: @if [ ! -d ${TRICK_LIB_DIR} ]; then \
echo -e "\n\e[31mTrick needs to be compiled before it can be installed. Compiling now. . .\n\e[0m"; \
fi
clean_doxygen:
@ $(MAKE) -C ${TRICK_HOME}/doxygen clean