aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavi Antônio da Silva Santos <antoniossdavi@gmail.com>2023-03-03 19:48:41 +0000
committerDavi Antônio da Silva Santos <antoniossdavi@gmail.com>2023-03-04 01:24:15 +0000
commite3ed13ce5dc654fb36f94ffb2a20744cff2cd77f (patch)
tree7bdb158ebafb54d52274c5b6648c42dfcbeddd57 /Makefile
parent55dbd0e43d4744aa5e1eb4f4f7c8a9cbc68df581 (diff)
downloadboca-e3ed13ce5dc654fb36f94ffb2a20744cff2cd77f.tar.gz
boca-e3ed13ce5dc654fb36f94ffb2a20744cff2cd77f.zip
Add clean rule to the Makefile
A clean rule was added to the Makefile, to remove compiled binaries. This fixes Lintian's tag source-contains-prebuilt-binary.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d30200c..1645d87 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,10 @@ install-bocaautojudge: tools/safeexec
install: install-bocawww install-bocaapache install-bocadb install-bocacommon install-bocaautojudge install-scripts
+clean:
+ $(RM) tools/safeexec
+ $(RM) tools/boca-submit-run-root-wrapper
+
install-submission-tools: tools/boca-submit-run-root-wrapper
mkdir -p $(DESTDIR)/usr/bin $(DESTDIR)/usr/sbin $(DESTDIR)/etc/cron.d
install tools/boca-auth-runs $(DESTDIR)/usr/sbin/