diff options
Diffstat (limited to 'vms/src')
-rw-r--r-- | vms/src/make.com | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vms/src/make.com b/vms/src/make.com index 47aff20..aef9351b0 100644 --- a/vms/src/make.com +++ b/vms/src/make.com @@ -72,7 +72,9 @@ $ ccc 'cobj $ ccc 'cobj1 $ ccc 'cobj2 $ library/create []hdf5 -$ library/insert []hdf5 'cobj, 'cobj1, 'cobj2 +$ library/insert []hdf5 'cobj +$ library/insert []hdf5 'cobj1 +$ library/insert []hdf5 'cobj2 $ type sys$input Done $! |