Skip to content

Commit e0a7c02

Browse files
committed
Fix build test rules
1 parent 89cc5d1 commit e0a7c02

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Makefile

+2-6
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ test: test-compile
6666

6767
pdf: $(target_pdf)
6868

69-
.PHONY:build
69+
build: $(LAMBDA8CC)
70+
7071

7172
#================================================================
7273
# Build the PDF
@@ -228,11 +229,6 @@ $(LAMBDA8CCZIP):
228229
cd out; unzip ../bin/lambda-8cc.lam.zip
229230

230231

231-
build: $(LAMBDA8CC) $(LAMBDA8CCZIP)
232-
diff $^ || exit 1
233-
@echo "Build check passed."
234-
235-
236232
#================================================================
237233
# Build lambda-8cc.lazy (WIP)
238234
#================================================================

0 commit comments

Comments
 (0)