mirror of
https://github.com/janet-lang/janet
synced 2025-10-26 21:27:42 +00:00
Add checksum to build/janet.c to check for inconsistent builds.
This commit is contained in:
1
Makefile
1
Makefile
@@ -150,6 +150,7 @@ build/janet_boot: $(JANET_BOOT_OBJECTS)
|
|||||||
# Now the reason we bootstrap in the first place
|
# Now the reason we bootstrap in the first place
|
||||||
build/janet.c: build/janet_boot src/boot/boot.janet
|
build/janet.c: build/janet_boot src/boot/boot.janet
|
||||||
build/janet_boot . JANET_PATH '$(JANET_PATH)' JANET_HEADERPATH '$(INCLUDEDIR)/janet' > $@
|
build/janet_boot . JANET_PATH '$(JANET_PATH)' JANET_HEADERPATH '$(INCLUDEDIR)/janet' > $@
|
||||||
|
cksum $@
|
||||||
|
|
||||||
########################
|
########################
|
||||||
##### Amalgamation #####
|
##### Amalgamation #####
|
||||||
|
|||||||
Reference in New Issue
Block a user