diff options
Diffstat (limited to 'code/ecp/posix/Makefile')
-rw-r--r-- | code/ecp/posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/ecp/posix/Makefile b/code/ecp/posix/Makefile index 595b0b5..66663f0 100644 --- a/code/ecp/posix/Makefile +++ b/code/ecp/posix/Makefile @@ -9,7 +9,7 @@ obj_tm = time.o $(CC) $(CFLAGS) -c $< all: libecptr.a libecptm.a - + libecptr.a: $(obj_tr) $(AR) rcs libecptr.a $(obj_tr) |