mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-04 18:38:41 +08:00
Allow make tcov-test on bsd targets
This commit is contained in:
parent
2c1c20a48c
commit
be8cded098
2
Makefile
2
Makefile
@ -471,7 +471,7 @@ tcov-tes% : tcc_c$(EXESUF)
|
|||||||
@rm -f $<.tcov
|
@rm -f $<.tcov
|
||||||
@$(MAKE) --no-print-directory TCC_LOCAL=$(CURDIR)/$< tes$*
|
@$(MAKE) --no-print-directory TCC_LOCAL=$(CURDIR)/$< tes$*
|
||||||
tcc_c$(EXESUF): $($T_FILES)
|
tcc_c$(EXESUF): $($T_FILES)
|
||||||
$S$(TCC) tcc.c -o $@ -ftest-coverage $(DEFINES)
|
$S$(TCC) tcc.c -o $@ -ftest-coverage $(DEFINES) $(LIBS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f tcc$(EXESUF) tcc_c$(EXESUF) tcc_p$(EXESUF) *-tcc$(EXESUF)
|
@rm -f tcc$(EXESUF) tcc_c$(EXESUF) tcc_p$(EXESUF) *-tcc$(EXESUF)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user