diff options
author | Rob Austein <sra@hactrn.net> | 2015-10-04 15:39:08 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-10-04 15:39:08 -0400 |
commit | e164eecc55dd96efc98d2c723e96aaaecdcfda13 (patch) | |
tree | e7f9b5b5c82c893ac92a76417bab22af51206fa7 /GNUmakefile | |
parent | 60cce0124f2fc3eddca03ed3950da9238247a612 (diff) |
off_t => hal_addr_t.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index f425c50..37d038e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -66,5 +66,5 @@ distclean: clean tags: TAGS -TAGS: *.[ch] +TAGS: *.[ch] tests/*.[ch] etags $^ |