mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
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
|
.SILENT : all
|
||||||
|
|
||||||
all: $(DESTDIR)
|
all: $(DESTDIR)
|
||||||
cd $(DESTDIR) && \
|
cd $(DESTDIR) && \
|
||||||
echo -n $(git pull)#"Already up-to-date."; \
|
echo -n $(git pull)#"Already up-to-date."; \
|
||||||
git submodule init ; \
|
git submodule init ; \
|
||||||
git submodule update; \
|
git submodule update; \
|
||||||
$(swap_dialog)
|
$(swap_dialog)
|
||||||
|
|
||||||
$(DESTDIR):
|
$(DESTDIR):
|
||||||
git clone https://github.com/${PROJECT}.git $@
|
git clone https://github.com/${PROJECT}.git $@
|
||||||
|
|
Loading…
Reference in a new issue