summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-02-28 22:07:39 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-03-01 11:42:37 +0800
commit999a97899d67924dd66c5a632a12f8fe4201a9a7 (patch)
treee1fb1e3eaba045dc5363abdfda029b2f1b2b163e /Makefile
parent81267fd2afcbe5516018ec2f4fdd4c0c1bbbf1aa (diff)
downloadcvn-999a97899d67924dd66c5a632a12f8fe4201a9a7.tar.gz
Create .cvn dir and empty index.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 780931c..9104cae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC = cc
-TARGET = svs
+TARGET = cvn
SRC = main.c
OBJ = $(SRC:.c=.o)