Skip to content

Commit

Permalink
demo: Rename zahnrad binaries to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Oct 3, 2024
1 parent e360f26 commit 8f45d37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/rawfb/x11/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install
BIN = zahnrad
BIN = demo

# Flags
CFLAGS += -std=c89 -Wall -Wextra -pedantic -Wno-unused-function -O2
Expand Down
2 changes: 1 addition & 1 deletion demo/x11/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install
BIN = zahnrad
BIN = demo

# Flags
CFLAGS += -std=c89 -Wall -Wextra -pedantic -Wno-unused-function -O2
Expand Down
2 changes: 1 addition & 1 deletion demo/x11_xft/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install
BIN = zahnrad
BIN = demo

# Flags
CFLAGS += -std=c89 -Wall -Wextra -pedantic -Wno-unused-function -O2
Expand Down

0 comments on commit 8f45d37

Please sign in to comment.