soap

simple xdg-open replacement with fallback
git clone git://git.2f30.org/soap
Log | Files | Refs | 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