ソースを参照
Fix target all to work with target debug
master
Arun Prakash Jana
6年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A75979F35C080412
-
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 |
|
|
|
|
|
|
|