summaryrefslogtreecommitdiff
path: root/tools/makefile
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-19 14:56:22 -0700
committerJohn Denker <jsd@av8n.com>2012-07-19 14:56:22 -0700
commit067dd9a68045bf775e02a47fbf663b73c6d28901 (patch)
tree1eacaebd7eb595bfcafb2c447eb1607d274a550c /tools/makefile
parent6710e3d72bfa36de6ef0cfb0bdd9623c65ebc40f (diff)
log some interesting variables
Diffstat (limited to 'tools/makefile')
-rw-r--r--tools/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/makefile b/tools/makefile
index bb91f37..04b9d21 100644
--- a/tools/makefile
+++ b/tools/makefile
@@ -6,7 +6,7 @@ CC= /usr/bin/g++ -Wall -g -I $(HOME)/lib/include
.PHONY : shipit clean list-src ALWAYS foo dirs setup imgs \
- zip wc html all hacha hevea tcprules
+ zip wc html all hacha hevea tcprules logmark
.SECONDARY : # do not remove any intermediate files
@@ -37,6 +37,9 @@ install:
/etc/tcpserver/smtp.rules :
./mk_smtp_rules $@
+logmark:
+ logger -t jsd -p mail.info =========================
+
ALWAYS:
@echo ...