From e02e1403b432f8cd6d07ebbdd235627f20f01cfb Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sat, 6 Jun 2020 12:30:48 -0700 Subject: small changes to exposure of allocation functions --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dd18cc6..c518063 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ # Compiler, Linker, and Assembler -CC := gcc -AR := ar -AS := nasm +CC := gcc +AR := ar +AS := nasm +PKG := pkg-config # All needed build directories INC_DIR := include -- cgit v1.2.1