aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordacctal <dacctalyt@gmail.com>2026-04-12 07:05:11 +0000
committerdacctal <dacctalyt@gmail.com>2026-04-12 07:05:11 +0000
commit8af0d44643ee6e360871b3dc6225fb838b4d05a1 (patch)
tree4c6a5acb0eb09d9c6bd0866b495ae6f82c466eec /Makefile
parent8be34eec7e3dc9852d7f29a4e333470d98008888 (diff)
CLA parsing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index de11423..33b2d35 100644
--- a/Makefile
+++ b/Makefile
@@ -12,12 +12,3 @@ pkgit: src/main.cc
install: pkgit
install -d ${DESTDIR}${PREFIX}/bin
install -m 755 pkgit ${DESTDIR}${PREFIX}/bin/pkgit
-
-
-luatest: src/lua_build.cc
- ${CC} -o luatest src/lua_build.cc ${CXXFLAGS}
- chmod +x luatest
-
-repotest: src/setup_repo.cc
- ${CC} -o repotest src/setup_repo.cc ${CXXFLAGS}
- chmod +x repotest