chndlr

Personal fork of spm (simple password manager)

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

# compiler and linker
CC = cc