tconfig.mk - sup - small tool for privilege escalation
 (HTM) git clone https://git.parazyd.org/sup
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (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