Sfoglia il codice sorgente

Fix target all to work with target debug

master
Arun Prakash Jana 6 anni fa
parent
commit
b555887ca8
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Vedi File

@@ -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



Loading…
Annulla
Salva