Skip to content

Commit

Permalink
can't understand current error. I'm doing this without reason.(sleepy)
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 12, 2024
1 parent 959303d commit aeb0878
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ ffcall: libffcall-$(FFCALL_VERSION).tar.gz
clisp: download lasthash
git clone --depth 100 $(ORIGIN_URI) || true
cd clisp;git checkout `cat ../lasthash`
cd clisp; \
git init; \
git remote add origin $(ORIGIN_URI); \
git fetch --depth=1 origin $(shell cat lasthash); \
git reset --hard FETCH_HEAD

clisp/version.sh: clisp
echo VERSION_NUMBER=$(VERSION) > clisp/version.sh
Expand Down

0 comments on commit aeb0878

Please sign in to comment.