Skip to content

Commit 59dac22

Browse files
committed
- add omshell and mosh targets
1 parent 33fedb9 commit 59dac22

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Makefile.in

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,25 @@ omlibrary-core:
1111
$(MAKE) -C libraries BUILD_DIR=@OMBUILDDIR@/lib/omlibrary core
1212
omlibrary-all:
1313
$(MAKE) -C libraries BUILD_DIR=@OMBUILDDIR@/lib/omlibrary all
14+
1415
omplot:
1516
$(MAKE) -C OMPlot
17+
1618
omedit: omplot
1719
$(MAKE) -C OMEdit
18-
omoptim: omplot
19-
$(MAKE) -C OMOptim
20+
2021
omnotebook: omplot
2122
$(MAKE) -C OMNotebook
23+
24+
omshell:
25+
$(MAKE) -C OMShell/OMShell/OMShellGUI
26+
27+
mosh:
28+
$(MAKE) -C OMShell/mosh/src
29+
30+
omoptim: omplot
31+
$(MAKE) -C OMOptim
32+
2233
testsuite-depends:
2334
$(MAKE) --quiet -C testsuite "OMBUILDDIR=@OMBUILDDIR@" CC="@CC@" CFLAGS="@CFLAGS@" omc-diff ReferenceFiles
2435

0 commit comments

Comments
 (0)