diff options
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 |