comparison Makefile @ 296:b7212009c857

Properly use maketidy. D'oh.
author Steve Kemp <steve@steve.org.uk>
date Tue, 09 Dec 2008 19:00:05 +0000
parents e2a71248ae72
children 65ba5f7aaa50
comparison
equal deleted inserted replaced
295:d2ab0ff77660 296:b7212009c857
98 98
99 # 99 #
100 # Tidy the code 100 # Tidy the code
101 # 101 #
102 tidy: 102 tidy:
103 if [ -x ~bin/perltidy ]; then \ 103 if [ -x ~/bin/perltidy ]; then \
104 ~/bin/perltidy ~/bin/chronicle cgi-bin/comments.cgi \ 104 ~/bin/perltidy ~/bin/chronicle cgi-bin/comments.cgi \
105 ; fi 105 ; fi
106 106
107 107
108 # 108 #