Merge branch 'master' of github.com:steveicarus/iverilog

This commit is contained in:
Stephen Williams 2013-08-12 19:50:52 -07:00
commit 11be93ce55
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ clean:
distclean: clean
rm -f Makefile config.log
cppcheck: $(O:.o=.c)
cppcheck: $(O:.o=.cc)
cppcheck --enable=all -f $(INCLUDE_PATH) $^
Makefile: $(srcdir)/Makefile.in ../config.status