remove old broken makefile
This commit is contained in:
parent
5ea7880e38
commit
4cbe88496c
1 changed files with 0 additions and 13 deletions
13
Makefile
13
Makefile
|
@ -1,13 +0,0 @@
|
||||||
DEPS := prettier elab-util hedgehog
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all
|
|
||||||
all: build
|
|
||||||
|
|
||||||
.PHONY: $(DEPS)
|
|
||||||
$(DEPS): %:
|
|
||||||
idris2 --install vendor/$@/$@.ipkg
|
|
||||||
|
|
||||||
.PHONY: build
|
|
||||||
build: $(DEPS) $(shell find src -name '*.idr')
|
|
||||||
idris2 --build quix.ipkg
|
|
Loading…
Reference in a new issue