chndlr

config.h based xdg-open alternative

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

# compiler and linker
CC = cc