From c421fe8fb87e949bae1860f0d501cf8e89ce0f18 Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 17 Apr 2026 08:16:21 +0000 Subject: started manifest template --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 33b2d35..07945b1 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,11 @@ CXXFLAGS += $(shell pkg-config --cflags --libs luajit ) -I./include -L/usr/lib default: pkgit -pkgit: src/main.cc +pkgit: src/*.cc ${CC} -o pkgit src/*.cc ${CXXFLAGS} - chmod +x pkgit + +debug: src/*.cc + ${CC} -o pkgit src/*.cc ${CXXFLAGS} -g -O0 install: pkgit install -d ${DESTDIR}${PREFIX}/bin -- cgit v1.2.3