Idris2/libs/test/Makefile
2021-03-09 18:27:05 +00:00

9 lines
99 B
Makefile

all:
${IDRIS2} --build test.ipkg
install:
${IDRIS2} --install test.ipkg
clean:
$(RM) -r build