1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-23 13:43:16 +00:00

Add checksum to build/janet.c to check for inconsistent builds.

This commit is contained in:
Calvin Rose 2020-09-06 11:04:07 -05:00
parent e8734c77b4
commit 1a9c14acde

View File

@ -150,6 +150,7 @@ build/janet_boot: $(JANET_BOOT_OBJECTS)
# Now the reason we bootstrap in the first place
build/janet.c: build/janet_boot src/boot/boot.janet
build/janet_boot . JANET_PATH '$(JANET_PATH)' JANET_HEADERPATH '$(INCLUDEDIR)/janet' > $@
cksum $@
########################
##### Amalgamation #####