Skip to content

Commit

Permalink
Remove readmePrefix dependency for subdirs in dandelion
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoBecker committed Dec 8, 2022
1 parent b5b4694 commit 0bce440
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floatingPoint/tools/dandelion/Holmakefile
Expand Up @@ -7,7 +7,7 @@ all: $(DEFAULT_TARGETS) README.md

README_SOURCES = $(wildcard *Script.sml) $(wildcard *Lib.sml) $(wildcard *Syntax.sml)
DIRS = $(wildcard */)
README.md: $(CAKEMLDIR)/developers/readme_gen readmePrefix $(patsubst %,%readmePrefix,$(DIRS)) $(README_SOURCES)
README.md: $(CAKEMLDIR)/developers/readme_gen readmePrefix $(README_SOURCES)
$(CAKEMLDIR)/developers/readme_gen $(README_SOURCES)

EXTRA_CLEANS = sollya-8.0/*

0 comments on commit 0bce440

Please sign in to comment.