Skip to content

Commit

Permalink
find to ls
Browse files Browse the repository at this point in the history
  • Loading branch information
sweirich committed May 4, 2016
1 parent b3444f4 commit ee61e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ coq: $(COQMKFILENAME)
@$(MAKE) -f CoqSrc.mk

$(COQMKFILENAME): Makefile
{ echo "-R . $(LIBNAME) " ; find -name '*.v' -print; } > _CoqProject && coq_makefile -f _CoqProject -o $(COQMKFILENAME)
{ echo "-R . $(LIBNAME) " ; ls *.v ; } > _CoqProject && coq_makefile -f _CoqProject -o $(COQMKFILENAME)

# TODO: in theory, coq_makefile creates targets for documentation, so we should be able to use it instead of handwritten rules
doc:
Expand Down

0 comments on commit ee61e9d

Please sign in to comment.