We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b47af6 commit 5cfc627Copy full SHA for 5cfc627
1 file changed
Makefile
@@ -237,15 +237,15 @@ rm-lpo:
237
238
.PHONY: get-check-mappings
239
get-check-mappings:
240
- @echo generate mappings-checking file..
+ @echo generate mappings-checking file ...
241
@hol2dk check-mappings $(BASE) $(HOL2DK_DIR)/encoding.lp $(HOL2DK_DIR)/renaming.lp $(MAPPING) $(REQUIRING)
242
243
ROCQ_OPTIONS = -q -no-glob -w none
244
.PHONY: check-get-mappings
245
check-mappings: get-check-mappings
246
- @echo start checking
+ @echo start checking ...
247
@rocq compile $(ROCQ_OPTIONS) -R . $(ROOT_PATH) $(BASE)_checkmappings.v
248
- @echo clean files
+ @echo clean files ...
249
@-rm -f $(BASE)_checkmappings.v
250
@-rm -f $(BASE)_checkmappings.vo
251
@-rm -f $(BASE)_checkmappings.vok
0 commit comments