mirror of https://github.com/nealey/woozle.org.git
8 lines
199 B
Makefile
8 lines
199 B
Makefile
|
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
|