From 8399e3f55bb9bea2df98fa792cb05309c760419b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 14 Feb 2012 10:43:01 -0600 Subject: use the right var here --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3f53c08..12914b1 100644 --- a/Makefile +++ b/Makefile @@ -59,10 +59,10 @@ build : $(BUILD) install : build $(INSTALLED) /var/spool/cron/$(USER) @for dir in $(EMPTYDIRS); do mkdir -p $(INTO)/$$dir; done - $(ECHO) Installed into $(HOME) + $(ECHO) Installed into $(INTO) clean : - $(ECHO) Cleaning from $(HOME) + $(ECHO) Cleaning from $(INTO) $(RM) $(BUILD) $(INSTALLED) @crontab -d -- cgit v1.2.3-54-g00ecf