From 0c3da4f716d146e1d8409c0d8807dbbb8571293c Mon Sep 17 00:00:00 2001 From: markster Date: Sat, 25 Oct 2003 17:56:14 +0000 Subject: stdtime build improvements git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1668 f38db490-d61c-443f-a65b-d21fe96a405b --- stdtime/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'stdtime') diff --git a/stdtime/Makefile b/stdtime/Makefile index 927f07ded..f5374ce81 100755 --- a/stdtime/Makefile +++ b/stdtime/Makefile @@ -1,7 +1,3 @@ -CC=gcc -#CFLAGS=-Wall -INCLUDE=-I../include - OBJS=localtime.o all: libtime.a @@ -10,6 +6,8 @@ libtime.a: $(OBJS) ar rv $@ $(OBJS) ranlib $@ +install: + clean: rm -f libtime.a *.o test -- cgit v1.2.3