aboutsummaryrefslogtreecommitdiffstats
path: root/stdtime/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-25 17:56:14 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-25 17:56:14 +0000
commit0c3da4f716d146e1d8409c0d8807dbbb8571293c (patch)
tree1ceaafacbc7c51544a1610f3eab69fb53b49ffe4 /stdtime/Makefile
parentb2724a44d0ce19b6451b6c0da4ed6ea32394307c (diff)
stdtime build improvements
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1668 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'stdtime/Makefile')
-rwxr-xr-xstdtime/Makefile6
1 files changed, 2 insertions, 4 deletions
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