ltcp/Makefile

11 lines
248 B
Makefile
Raw Normal View History

2013-10-21 18:47:58 +00:00
SUBDIRS = bericht
all:
for d in $(SUBDIRS); do \
(cd $$d; make all) \
done
2013-10-21 18:38:59 +00:00
upload: all
2013-11-07 11:43:16 +00:00
sed -i 's/Stand: [^<]\+/Stand: $(shell date +'%T %d.%m.%Y')/' www/index.html
2013-11-05 10:15:43 +00:00
rsync -avcL www/ deploy@lctp:/srv/http/lctp
watch:
cd bericht && make watch