My build of nnn with minor changes
 
 
 
 
 
 

10 lines
102 B

  1. #CPPFLAGS += -DDEBUG
  2. #CFLAGS += -g
  3. LDLIBS = -lncursesw
  4. BIN = noice
  5. all: $(BIN)
  6. clean:
  7. rm -f $(BIN)