Browse Source

Fix target all to work with target debug

master
Arun Prakash Jana 6 years ago
parent
commit
b555887ca8
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

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


all: $(BIN)
all:


$(SRC): src/nnn.h $(SRC): src/nnn.h




Loading…
Cancel
Save