ltcp/Makefile

10 lines
161 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
rsync -avcL www/ lctp@devkid.net:/
watch:
cd bericht && make watch