summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2023-04-05 13:09:05 +0200
committerOrangerot <purple@orangerot.dev>2023-04-05 13:09:05 +0200
commit688aeb85d13e03f22b52b095d96a4a3f59a31525 (patch)
tree2b7ce472f4a785334a48c3ca65478ce04c7b6f15 /Makefile
Initial Commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d89027e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+
+all:
+ gcc `pkg-config --cflags gtk4` -o dicons dicons.c `pkg-config --libs gtk4`
+clangd:
+ bear -- gcc `pkg-config --cflags gtk4` -o dicons dicons.c `pkg-config --libs gtk4`
+