diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ world: $(COQBINARIES) states theories contrib tools coqtop.opt: $(COQMKTOP) $(CMX) $(COQMKTOP) -opt $(OPTFLAGS) -o coqtop.opt - strip ./coqtop.opt + $(STRIP) ./coqtop.opt coqtop.byte: $(COQMKTOP) $(CMO) Makefile $(COQMKTOP) -top $(BYTEFLAGS) -o coqtop.byte |
