My build of nnn with minor changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
119 B

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