lain: new commit
This commit is contained in:
parent
586127c346
commit
354c75f450
2
lain
2
lain
|
@ -1 +1 @@
|
|||
Subproject commit 2d67c3962019c47529f357a3c347288c905257b2
|
||||
Subproject commit c7000b78cf6087308bcd8624cb03febaac0b3d29
|
|
@ -30,11 +30,11 @@ n_themes=$(themes) | wc -l
|
|||
.SILENT : all
|
||||
|
||||
all: $(DESTDIR)
|
||||
cd $(DESTDIR) && \
|
||||
echo -n $(git pull)#"Already up-to-date."; \
|
||||
git submodule init ; \
|
||||
git submodule update; \
|
||||
$(swap_dialog)
|
||||
cd $(DESTDIR) && \
|
||||
echo -n $(git pull)#"Already up-to-date."; \
|
||||
git submodule init ; \
|
||||
git submodule update; \
|
||||
$(swap_dialog)
|
||||
|
||||
$(DESTDIR):
|
||||
git clone https://github.com/${PROJECT}.git $@
|
||||
|
|
Loading…
Reference in New Issue