aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane@freethoughts.de>2025-08-13 20:07:31 +0200
committerThorsten Töpper <atsutane@freethoughts.de>2025-08-13 20:07:31 +0200
commit5667b14ca2e4fa3637ec9e13f8e2ea05eeef47dc (patch)
treed4e3ee6e80752619cf08542e521e80c57ce10027 /Makefile
parent84f5ff3cf53e150fccdb1b0074362c66d0ae41bb (diff)
downloadsmall-utils-5667b14ca2e4fa3637ec9e13f8e2ea05eeef47dc.tar.gz
small-utils-5667b14ca2e4fa3637ec9e13f8e2ea05eeef47dc.tar.bz2
Makefile: all route equivalent for debug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cbc5c99..5d26db9 100644
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,12 @@ PROD_CFLAGS = -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -FPIE -pie -Wl,-z,noexec
CFLAGS += -I include
+
all: out/split_for_sort out/tree_based_check
+debug: out/debug/split_for_sort out/debug/tree_based_check
+
clean: out
rm -fv out/debug/*