summaryrefslogtreecommitdiff
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 239319c..2076cb6 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LDLIBS = $(shell pkg-config --libs libdrm x11 xrandr) -lm
# All sources
SOURCES=demo.c
# All executables to be cleaned
-EXECUTABLES=demo
+EXECUTABLES=cmdemo
demo: prebuild $(SOURCES)
$(CC) $(CFLAGS) $(LDFLAGS) $(SOURCES) $(LDLIBS) -o $(EXECUTABLES)