URI:
       tconfig.mk - ve - a minimal text editor (work in progress)
  HTML git clone git://src.adamsgaard.dk/ve
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tconfig.mk (215B)
       ---
            1 # Customize to fit your system
            2 VERSION = 0.1.0
            3 
            4 # paths
            5 PREFIX    = /usr/local
            6 MANPREFIX = ${PREFIX}/share/man
            7 DOCPREFIX = ${PREFIX}/share/doc
            8 
            9 # build config
           10 CFLAGS = -g -std=c99 -pedantic -Wall -Wextra
           11 LDFLAGS =