mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
CLeanup PBX patch and add localtime stuff for saytime (bug #168)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
19
stdtime/Makefile
Executable file
19
stdtime/Makefile
Executable file
@@ -0,0 +1,19 @@
|
||||
|
||||
CC=gcc
|
||||
#CFLAGS=-Wall
|
||||
INCLUDE=-I../include
|
||||
|
||||
all: localtime.o
|
||||
|
||||
clean::
|
||||
rm -f localtime.o test
|
||||
|
||||
depend::
|
||||
@echo "Nothing to do for depend"
|
||||
|
||||
test: test.c
|
||||
${CC} ${CFLAGS} -o test test.c
|
||||
|
||||
localtime.o: localtime.c
|
||||
|
||||
|
Reference in New Issue
Block a user