woozle.org/scoreboard/live/scoreboard.mk

9 lines
325 B
Makefile
Raw Normal View History

2014-01-20 21:36:28 -07:00
TARGETS += $(DESTDIR)/scoreboard/live/index.html
$(DESTDIR)/scoreboard/live/.git:
cd $(DESTDIR); git clone /home/neale/projects/scoreboard
$(DESTDIR)/scoreboard/live/index.html: $(DESTDIR)/scoreboard/live/.git
$(DESTDIR)/scoreboard/live/index.html: /home/neale/projects/scoreboard
cd $(DESTDIR)/scoreboard/live; git pull