mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6936 65c4cc65-6c06-0410-ace0-fbb531ad65f3
7 lines
102 B
Makefile
Executable File
7 lines
102 B
Makefile
Executable File
OBJS=cygloader.o
|
|
all: $(OBJS)
|
|
$(OBJS) : %.o: %.c
|
|
$(CC) $< -o asterisk.exe
|
|
clean:
|
|
rm -f asterisk.exe
|