Skip to content

Commit

Permalink
deploy: e8951c6
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Oct 10, 2024
1 parent 20cf788 commit 1e5dba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ clean-local:
devtest: devtest-recursive

devtest-recursive:
-for subdir in $(SUBDIRS); do \
@-for subdir in $(SUBDIRS); do \
if test "$$subdir" = . ; then \
continue; \
else \
Expand All @@ -1073,7 +1073,7 @@ devtest-recursive:
$(MAKE) $(AM_FLAGS) devtest-local

devtest-local:
-for t in $(TESTS) ; do \
@-for t in $(TESTS) ; do \
echo "TEST: $$t" ;\
if test -f "./$$t" ; then \
srcdir=$(srcdir) GIELLA_CORE=$(GIELLA_CORE) "./$$t" ;\
Expand Down
2 changes: 1 addition & 1 deletion lemmacount.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "schemaVersion": 1, "label": "Lemmas", "message": "149", "color": "black" }
{ "schemaVersion": 1, "label": "Lemmas", "message": "159", "color": "black" }

0 comments on commit 1e5dba0

Please sign in to comment.