diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CCOPTS = --std=gnu99 -Wall -O2 +CCOPTS = --std=gnu99 -Wall -Werror -O2 all: setup common config cc $(CCOPTS) src/main.c obj/*.o -o i3cstat |
index : i3cstat.git | ||
A configurable status bar for the i3 window manager |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -1,4 +1,4 @@ -CCOPTS = --std=gnu99 -Wall -O2 +CCOPTS = --std=gnu99 -Wall -Werror -O2 all: setup common config cc $(CCOPTS) src/main.c obj/*.o -o i3cstat |
Generated by cgit