diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-05 20:50:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-05 20:50:44 +0000 |
commit | 42ee079162ef0aacb93181dcc0df86c9d33f75c5 (patch) | |
tree | d39ae6428257ba39a2e9256d1bd54ff1a2659c17 /Makefile | |
parent | ca9bd30c262ed788486c1d367ad40550e5d806c2 (diff) |
More header file cleanup.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ DIRS = headers error getent malloc-simple misc net regexp rpc stdio2 \ all: libc.a libc.a: $(DIRS) dummy + @echo + @echo Finally finished compiling... + @echo $(CROSS)ranlib $@ headers: dummy |