Skip to content

Commit

Permalink
Update Makefile: Fix PHONY (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne authored Jan 29, 2025
1 parent ef7321e commit 5d81c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ install: llamafile/zipalign.1 \
.PHONY: check
check: o/$(MODE)/llamafile/check

.PHONY: check
.PHONY: cosmocc
cosmocc: $(COSMOCC) # cosmocc toolchain setup

.PHONY: check
.PHONY: cosmocc-ci
cosmocc-ci: $(COSMOCC) $(PREFIX)/bin/ape # cosmocc toolchain setup in ci context

include build/deps.mk
Expand Down

0 comments on commit 5d81c75

Please sign in to comment.