mirror of
https://github.com/janet-lang/janet
synced 2025-01-12 00:20:26 +00:00
Add checksum to build/janet.c to check for inconsistent builds.
This commit is contained in:
parent
e8734c77b4
commit
1a9c14acde
1
Makefile
1
Makefile
@ -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 #####
|
||||
|
Loading…
Reference in New Issue
Block a user