aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-12-13 21:16:54 +0100
committerHampusM <hampus@hampusmat.com>2021-12-13 21:16:54 +0100
commitaf93edd8433634d82e855e9c9bcbca249a476977 (patch)
tree14577381b1bc101eb14080c13e624743c120a86e /Makefile
parent5afa8ec91fbbb8c20e2425d56d11cac8bd08c8a4 (diff)
refactor: clean code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 34cc3b3..f4b0180 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
TARGET=mazerator
-SRCS=$(TARGET).c stack.c
+SRCS=$(TARGET).c maze.c position_stack.c utils.c
CC=gcc
CFLAGS=-Wall
CFLAGS_DEBUG=-fdiagnostics-color=always -g