summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2021-09-21 23:05:01 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2021-09-21 23:05:01 +0200
commit47da9bbedc7b30202fda404880a4d8762fcaf8ce (patch)
treeb2975506a46b733e12ca0320d66313bcd80d40f0 /Makefile
parentuntested, compiles (diff)
downloaddiscord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.tar
discord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.tar.gz
discord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.tar.bz2
discord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.tar.lz
discord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.tar.xz
discord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.tar.zst
discord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 167d75a..9eae4b4 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ clean:
rm discord.c tmp -f
prepare:
- sudo apt install build-essential libwebsockets-dev libcjson-dev libsoundio-dev libgtk-3-dev xxd -y
+ apt install build-essential libwebsockets-dev libcjson-dev libsoundio-dev libgtk-3-dev xxd -y
# developing is to be done on i386. for example the default suppression file is hardcoded for i386 here:
# developing is to be done on bullseye. we download gtk.supp even though debian ships it, because that's how we "get rid of" more leaks.