asterisk/cygwin/Makefile
Kevin P. Fleming 7ffb604a2f issue #4678
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6936 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-01 21:53:30 +00:00

7 lines
102 B
Makefile
Executable file

OBJS=cygloader.o
all: $(OBJS)
$(OBJS) : %.o: %.c
$(CC) $< -o asterisk.exe
clean:
rm -f asterisk.exe