diff options
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -33,12 +33,9 @@ deploy: for i in `find * -name "*.html"`; do echo $i | sed "s/`basename $i`//"; done clean: - find . -name "*.html" -exec rm -f {} \; - find . -name "*.trhtml" -exec rm -f {} \; - find . -name "*.tmp" -exec rm -f {} \; - rm -f out.tar + rm -f ${OBJ} out.tar + find -E * -regex ".*\.(trhtml|tmp)" -exec rm -f {} \; rm -rf ${DEST}/* - rm -f ip.php .rhtml.html .rphp.php: navigation.rhtml.inc master.rhtml ${HYDE} -b ${BASEHREF} -f $< > $@ |