woozle.org/track/track.mk

8 lines
205 B
Makefile
Raw Normal View History

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