aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-11-16 00:07:14 +0100
committerFederico Angelilli <code@fedang.net>2024-11-16 00:07:14 +0100
commit9843c8735a5a886252858a848c473cb877875ef4 (patch)
treea78faeb471f8547c5f7982e04a55595c742bdded /Makefile
parente85ad7414c063e42296f7ef4e202829567484ac0 (diff)
Link scheme with block
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d15574..b7373cc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
SRC = $(shell find src/ -name '*.c')
OBJ = $(SRC:.c=.o)
-BIN = comet.bin
+BIN = comet
PCDEP = xcb \
xcb-aux \