aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-06 12:30:48 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-06 12:30:48 -0700
commite02e1403b432f8cd6d07ebbdd235627f20f01cfb (patch)
treee479b02d2ede4d34270889a8c2d1f627f3701e1e /Makefile
parenteeb5831bb4d62c35eca6db333137a9b8bf682e6e (diff)
small changes to exposure of allocation functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
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