Skip to content

Commit 5cfc627

Browse files
committed
minor change
1 parent 6b47af6 commit 5cfc627

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,15 +237,15 @@ rm-lpo:
237237

238238
.PHONY: get-check-mappings
239239
get-check-mappings:
240-
@echo generate mappings-checking file..
240+
@echo generate mappings-checking file ...
241241
@hol2dk check-mappings $(BASE) $(HOL2DK_DIR)/encoding.lp $(HOL2DK_DIR)/renaming.lp $(MAPPING) $(REQUIRING)
242242

243243
ROCQ_OPTIONS = -q -no-glob -w none
244244
.PHONY: check-get-mappings
245245
check-mappings: get-check-mappings
246-
@echo start checking
246+
@echo start checking ...
247247
@rocq compile $(ROCQ_OPTIONS) -R . $(ROOT_PATH) $(BASE)_checkmappings.v
248-
@echo clean files
248+
@echo clean files ...
249249
@-rm -f $(BASE)_checkmappings.v
250250
@-rm -f $(BASE)_checkmappings.vo
251251
@-rm -f $(BASE)_checkmappings.vok

0 commit comments

Comments
 (0)