Files
asterisk/cygwin/Makefile

7 lines
102 B
Makefile
Raw Normal View History

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