Idris2/libs/test/Makefile

9 lines
99 B
Makefile
Raw Normal View History

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