Skip to content
Snippets Groups Projects
Makefile 118 B
Newer Older
  • Learn to ignore specific revisions
  • Kevin P. Fleming's avatar
    Kevin P. Fleming committed
    OBJS=cygloader.o
    all: $(OBJS)
    $(OBJS) : %.o: %.c
    	$(CC) $< -o asterisk.exe
    
    Kevin P. Fleming's avatar
    Kevin P. Fleming committed
    clean:
    	rm -f asterisk.exe