Ver código fonte

No need for +=, also favors portability

master
lostd 10 anos atrás
pai
commit
4d72d592d8
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile Ver arquivo

@@ -3,8 +3,8 @@ VERSION = 0.0
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/man

#CPPFLAGS += -DDEBUG
#CFLAGS += -g
#CPPFLAGS = -DDEBUG
#CFLAGS = -g
LDLIBS = -lcurses

DISTFILES = noice.c strlcat.c strlcpy.c util.h config.def.h\


Carregando…
Cancelar
Salvar