summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-03-14 19:45:55 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-03-14 19:49:37 +0800
commitc39a32d111e7cccb9ef2063d6723d91ba3755565 (patch)
treecfc69cdd08342fa2795f04ec59798c652fd1bb3a /Makefile
parent3eccf3989f17668676fb42b73843578b87eef569 (diff)
downloadcvn-c39a32d111e7cccb9ef2063d6723d91ba3755565.tar.gz
Implement status command in C.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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