aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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