Changeset a51be64 for lib/Makefile


Ignore:
Timestamp:
2006-12-06T14:16:56Z (17 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
a3a3778
Parents:
7bcdde3
Message:

Fix gcov.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/Makefile

    r7bcdde3 ra51be64  
    1717# [SH] Phony targets
    1818all: lib.o
    19 
    20 check:
     19check: all
     20gcov:
     21        gcov *.c
    2122
    2223.PHONY: all clean distclean
Note: See TracChangeset for help on using the changeset viewer.