瀏覽代碼

Use the same o/p filename in debug mode

master
Arun Prakash Jana 6 年之前
父節點
當前提交
c70f429bc7
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 查看文件

@@ -27,7 +27,7 @@ $(BIN): $(SRC)
strip $@

debug: $(SRC)
$(CC) -DDEBUGMODE -g $(CFLAGS) -o nnndbg $^ $(LDFLAGS) $(LDLIBS)
$(CC) -DDEBUGMODE -g $(CFLAGS) -o nnn $^ $(LDFLAGS) $(LDLIBS)

install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin


Loading…
取消
儲存