Home
       tconfig.mk - sup - small tool for privilege escalation
  HTML git clone git://bitreich.org/sup git://hg6vgqziawt5s4dj.onion/sup
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
       tconfig.mk (152B)
       ---
            1 # Install paths
            2 PREFIX = /usr/local
            3 MANDIR = $(PREFIX)/share/man/man1
            4 
            5 # Stock FLAGS
            6 CFLAGS = -Os -Wall -Werror -pedantic -std=c99
            7 LDFLAGS = -static -s