summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2021-09-20 21:12:28 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2021-09-20 21:12:28 +0200
commit70cf778548fc47d99fef83b892191902178d1242 (patch)
tree2e621cd1fb1e7a2c030f6391fab2037e29fb8458 /Makefile
parentthis will NEVER work (no, it will, i'm just tired) (diff)
downloaddiscord.c-70cf778548fc47d99fef83b892191902178d1242.tar
discord.c-70cf778548fc47d99fef83b892191902178d1242.tar.gz
discord.c-70cf778548fc47d99fef83b892191902178d1242.tar.bz2
discord.c-70cf778548fc47d99fef83b892191902178d1242.tar.lz
discord.c-70cf778548fc47d99fef83b892191902178d1242.tar.xz
discord.c-70cf778548fc47d99fef83b892191902178d1242.tar.zst
discord.c-70cf778548fc47d99fef83b892191902178d1242.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ee8209f..167d75a 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,8 @@ default:
mkdir tmp -p
xxd -i < src/ui.glade > tmp/ui.xxd
echo ', 0' >> tmp/ui.xxd
+ xxd -i < src/identify.json > tmp/identify.xxd
+ echo ', 0' >> tmp/identify.xxd
$(CC) $(CFLAGS) $(SRCFILE) $(LIBS)
install: