# © 2021 Aaron Taylor # See LICENSE.txt file for copyright and license details. #################################################################################################### # Installation Paths PREFIX = /home/ataylor/ BINPREFIX = ${PREFIX}/bin #################################################################################################### # Configuration CC = cc CC_FLAGS = -Wall -std=c99 -pedantic -Wno-deprecated-declarations -O2 LD_FLAGS = GOCC = go build GOCC_FLAGS = GOLD_FLAGS = LATEXCC = pdflatex LATEXCC_FLAGS = --interaction=batchmode .SUFFIXES: .go .c