aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLucas Faria Mendes <lucas.fariamo08@gmail.com>2026-05-29 03:08:43 +0000
committerLucas Faria Mendes <lucas.fariamo08@gmail.com>2026-05-29 03:08:43 +0000
commit64451b33aa22fc5b96abc65bb416a2e0c78a2a98 (patch)
treef42d1585858784e2921277ad633bc65f2454295d /Makefile
parent8b41de0863e8ffad970fccf3d594b4e0d231e574 (diff)
downloadboca-64451b33aa22fc5b96abc65bb416a2e0c78a2a98.tar.gz
boca-64451b33aa22fc5b96abc65bb416a2e0c78a2a98.zip
refactor: clean up whitespace and improve code formatting in Makefile and index.phpHEADmaster
Signed-off-by: Lucas Faria Mendes <lucas.fariamo08@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 172b8cb..598f323 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-
tools/safeexec: tools/safeexec.c
gcc -g -O2 $^ -o $@