このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Immanuel
/
nnn
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
My build of nnn with minor changes
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
12
コミット
1
ブランチ
5.5 MiB
ツリー:
c5e5a19d0f
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'c5e5a19d0f' から
${ noResults }
nnn
/
Makefile
Makefile
102 B
Raw
通常表示
履歴
Add the noice file browser
10年前
1
2
3
4
5
6
7
8
9
#CPPFLAGS += -DDEBUG
#CFLAGS += -g
LDLIBS = -lncursesw
BIN = noice
all: $(BIN)
clean:
rm -f $(BIN)