Changed the name of the project

This commit is contained in:
Tomas Rivera
2026-04-01 07:50:49 +02:00
parent 8054b5960b
commit 2836cd4b6c
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
CC = gcc
SRC = startup.c
TARGET = nvimnotes
TARGET = notewrapper
CFLAGS = -Wall -O2 `pkg-config --cflags libcjson ncurses`
LDFLAGS = `pkg-config --libs libcjson ncurses`
DEBUG ?= 0