ltcp/Makefile

10 lines
170 B
Makefile

SUBDIRS = bericht
all:
for d in $(SUBDIRS); do \
(cd $$d; make all) \
done
upload: all
rsync -avcL www/ deploy@lctp:/srv/http/lctp
watch:
cd bericht && make watch