This commit is contained in:
Gerolf Ziegenhain 2016-09-24 16:55:57 +02:00
parent 54cb98634e
commit 5842d754da
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ options:
@echo "CC = ${CC}"
@echo "INSTALLDIR = ${INSTALLDIR}"
.cpp.o:
.c.o:
@echo CC $<
@${CC} -c ${CFLAGS} $<