summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-02-14 10:43:01 -0600
committerJesse Luehrs <doy@tozt.net>2012-02-14 10:43:23 -0600
commit8399e3f55bb9bea2df98fa792cb05309c760419b (patch)
tree9b3682db7edb129a170dcde780ad7a71bab422a5 /Makefile
parent32460c706dab636b1df0c7a664d42e6b0e9f6075 (diff)
downloadconf-8399e3f55bb9bea2df98fa792cb05309c760419b.tar.gz
conf-8399e3f55bb9bea2df98fa792cb05309c760419b.zip
use the right var here
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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