chndlr

Personal fork of spm (simple password manager)
git clone git@nonplanar.org:chndlr.git
Log | Files | Refs | README | LICENSE

config.mk (98B)


      1 # flags
      2 CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS}
      3 LDFLAGS = -s
      4 
      5 # compiler and linker
      6 CC = cc