summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62d67b2..ad65753 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ prepare:
sudo apt install build-essential gcc
compile:
- gcc rtv4d-dl.c -o rtv4d-dl -Wall -lm -I.
+ gcc rtv4d-dl.c -g -o rtv4d-dl -Wall -lm -I.
install:
mkdir -p ~/.local/bin