ltcp/Makefile

8 lines
128 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:/