ソースを参照

Fix target all to work with target debug

master
Arun Prakash Jana 6年前
コミット
b555887ca8
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile ファイルの表示

@@ -28,7 +28,7 @@ DISTFILES = src nnn.1 Makefile README.md LICENSE
SRC = src/nnn.c
BIN = nnn

all: $(BIN)
all:

$(SRC): src/nnn.h



読み込み中…
キャンセル
保存