Make "make check-c-version" work too
This is not very useful, but still add this target for consistency and to make Travis CI script work with C too.
This commit is contained in:
parent
82ce7e4725
commit
23d89c2cb4
1 changed files with 7 additions and 0 deletions
|
|
@ -1759,6 +1759,13 @@ c_compile: $(SRCDIR)$(RUNME).c $(PROXYOBJ)
|
|||
c_run: c_compile
|
||||
$(RUNTOOL) ./$(RUNME) $(RUNPIPE)
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Version display
|
||||
# -----------------------------------------------------------------
|
||||
|
||||
c_version:
|
||||
$(CC) --version | head -n 1
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Cleaning the C examples
|
||||
# -----------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue