*** empty log message ***

This commit is contained in:
cvs
2000-04-10 15:36:56 +00:00
parent d4974b94e8
commit ceb27b8fe5
4 changed files with 72 additions and 19 deletions

View File

@@ -19,8 +19,9 @@ tecs: $(OBJ)
ar cr libtecsl.a $(OBJ)
ranlib libtecsl.a
- rm TecsServer
cc -o TecsServer -g -I../ tecs.c -lm -L. -ltecsl -L../hardsup -lhlib
$(CC) -o TecsServer -g -I../ tecs.c -lm -L. -ltecsl -L../hardsup -lhlib
- rm test
f77 -o test -g test.for tecs_tas.for get_lun.for -L. -ltecsl
clean:
rm *.o
rm *.a