home | blog | art | now | git gpg | email | rss

nndm

nndm's not a display manager
git clone https://pollux.codes/git/nndm.git
Log | Files | Refs | README | LICENSE

config.mk (238B)


      1 PREFIX = /usr
      2 MANPREFIX = $(PREFIX)/share/man
      3 
      4 # flags
      5 CFLAGS = -std=c99 -s -Os -Wall -Wpedantic -Werror -D_GNU_SOURCE
      6 
      7 # Debugging
      8 # CFLAGS = -std=c99 -g -O0 -Wall -Wpedantic -Werror -fsanitize=address -D_POSIX_C_SOURCE=200809L
      9 
     10 CC = cc