woozle.org/track/track.mk

8 lines
199 B
Makefile
Raw Normal View History

2012-05-26 21:27:34 -06:00
TARGETS += $(DESTDIR)/track/index.html
$(DESTDIR)/track/.git:
cd $(DESTDIR); git clone /home/neale/projects/track
$(DESTDIR)/track/index.html: $(DESTDIR)/track/.git
cd $(DESTDIR)/track; git pull