Sha256: 163c91f4767807f3778a21350fb8e4fe53a4cd298c282c0caa8eb9f71a94f8ce

Contents?: true

Size: 331 Bytes

Versions: 290

Compression:

Stored size: 331 Bytes

Contents

idris ?= idris
pkg   := HelloWorld

.PHONY: build clean clobber install rebuild test

all: test

build:
	@ ${idris} --build ${pkg}.ipkg

clean:
	@ ${idris} --clean ${pkg}.ipkg

clobber: clean
	@ find . -name '*.ibc' -delete

install:
	@ ${idris} --install ${pkg}.ipkg

rebuild: clean build

test:
	@ ${idris} --testpkg ${pkg}.ipkg

Version data entries

290 entries across 290 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.179 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.178 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.177 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.176 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.175 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.174 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.173 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.172 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.171 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.170 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.169 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.167 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.166 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.165 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.164 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.163 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.162 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.161 tracks/idris/exercises/hello-world/Makefile
trackler-2.2.1.160 tracks/idris/exercises/hello-world/Makefile