Skip to content

Commit

Permalink
Fix install target
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed May 9, 2021
1 parent 509052e commit c9ad1c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.nt
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ opt: runtimeopt ocamlopt libraryopt otherlibrariesopt
install: installbyt installopt

installbyt:
mkdir -p $(BINDIR)
mkdir -p $(LIBDIR)
cd byterun & $(MAKEREC) install
cp ocamlc $(BINDIR)\ocamlc.exe
cp ocaml $(BINDIR)\ocaml.exe
Expand All @@ -186,7 +188,6 @@ installbyt:
cp toplevel\topdirs.cmi $(LIBDIR)\topdirs.cmi
cd tools & $(MAKEREC) install
for %i in ($(OTHERLIBRARIES)) do (cd otherlibs\%i & $(MAKEREC) install & cd ..\..)
cd wingui & $(MAKE) -nologo install
copy /a README.win32 $(DISTRIB)\Readme.txt
copy /a LICENSE $(DISTRIB)\License.txt
copy /a Changes $(DISTRIB)\Changes.txt
Expand Down

0 comments on commit c9ad1c2

Please sign in to comment.