summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9104cae..0d0f616 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CC = cc
TARGET = cvn
-SRC = main.c
+SRC = main.c mem.c stack.c
OBJ = $(SRC:.c=.o)
CFLAGS = -std=c99 -O3 -Wall -I/usr/local/include