blob: d468ef93d06704c5da72f01751f9bb1e2f6364d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Make the CCDTIME task.
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
standalone:
$update libpkg.a
$omake x_ccdtime.x
$link x_ccdtime.o libpkg.a -lxtools -o xx_ccdtime.e
;
libpkg.a:
ccddb.x
t_ccdtime.x
;
|