aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b4a3dcb..fe2e4a8 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ TARGET = cfetch
SRC = src/cfetch.c \
src/sysinfo.c \
src/ascii.c \
+ src/parser.c \
src/utils.c
.PHONY: all clean install uninstall debug