4 lines
41 B
Makefile
4 lines
41 B
Makefile
.PHONY: all
|
|
all:
|
|
idris2 --build pi.ipkg
|
.PHONY: all
|
|
all:
|
|
idris2 --build pi.ipkg
|