remove old broken makefile

This commit is contained in:
rhiannon morris 2022-04-24 17:20:08 +02:00
parent 5ea7880e38
commit 4cbe88496c
1 changed files with 0 additions and 13 deletions

View File

@ -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