Explorar el Código

Use the same o/p filename in debug mode

master
Arun Prakash Jana hace 7 años
padre
commit
c70f429bc7
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -27,7 +27,7 @@ $(BIN): $(SRC)
strip $@

debug: $(SRC)
$(CC) -DDEBUGMODE -g $(CFLAGS) -o nnndbg $^ $(LDFLAGS) $(LDLIBS)
$(CC) -DDEBUGMODE -g $(CFLAGS) -o nnn $^ $(LDFLAGS) $(LDLIBS)

install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin


Cargando…
Cancelar
Guardar