소스 검색

The queue header is not needed for now

master
lostd 11 년 전
부모
커밋
2d46c45a43
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 파일 보기

@@ -13,7 +13,7 @@ all: $(BIN)
$(BIN): $(OBJ)
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LDLIBS)

noice.o: queue.h util.h config.h
noice.o: util.h config.h
strlcpy.o: util.h

install: all


불러오는 중...
취소
저장