Skip to content

Commit

Permalink
Source is now a shallow clone like it should be.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyRodriguez committed Oct 26, 2021
1 parent 90c411b commit 4f4b610
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ Manual.pdf: $(SUBDIRS) Version.md $(MANUAL_HTML) $(MANUAL_IMAGES)

Liberator12k-source/: .git
rm -rf $@ && \
git init $@ && \
git clone --depth=1 "file://$(CWD)" $@ && \
cd $@ && \
git pull ../ --depth=1 && \
git remote add origin https://github.com/JeffreyRodriguez/Liberator12k.git
git remote set-url origin https://github.com/JeffreyRodriguez/Liberator12k.git

Liberator12k.zip: $(SUBDIRS) $(ZIP_TARGETS)
zip -9r $@ $(ZIP_TARGETS) $(Minuteman) $(Forends)
Expand Down

0 comments on commit 4f4b610

Please sign in to comment.