diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ CONFIGS != find . -name "*.rhtml.config" | grep -v master | sed 's|\./||g' all: ${OBJECTS} ip.php -install: +install: all mkdir -p ${DEST} find . -name "*.html" -exec tar -rvf out.tar {} \; cp ip.php ${DEST}/ |