Skip to content

Commit 0faa16b

Browse files
committed
Ensure the Idris code type checks
1 parent e593b35 commit 0faa16b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ IDRIS ?= idris
88
.PHONY: pdf site
99

1010

11-
all: pdf site
11+
all: check pdf site
1212

1313

1414
build:
1515
$(IDRIS) --build $(PKG).ipkg
1616

1717

18+
check:
19+
$(IDRIS) --checkpkg $(PKG).ipkg
20+
21+
1822
pdf:
1923
$(MAKE) -C src
2024
mv src/all.pdf docs/pdf/sf-idris-2016.pdf

0 commit comments

Comments
 (0)