From c39a32d111e7cccb9ef2063d6723d91ba3755565 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 14 Mar 2026 19:45:55 +0800 Subject: Implement status command in C. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c0e08fb..9104cae 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC = cc TARGET = cvn -SRC = main.c mem.c +SRC = main.c OBJ = $(SRC:.c=.o) CFLAGS = -std=c99 -O3 -Wall -I/usr/local/include -- cgit v1.2.3