mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Tweak Makefile dependencies
This commit is contained in:
parent
7e99e09b81
commit
6f43dcc6de
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ clean:: Makefile.coq
|
|||
$(MAKE) -f Makefile.coq clean
|
||||
rm -f Makefile.coq
|
||||
|
||||
frap.tgz: *.v
|
||||
frap.tgz: *
|
||||
git archive --format=tar.gz HEAD >frap.tgz
|
||||
|
||||
WHERE=chlipala.net:sites/chlipala/adam/frap/
|
||||
|
|
Loading…
Reference in a new issue