diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # clectio -- tiny, fast, suckless daily readings # Configure by editing config.h (copied from config.def.h on first build). -CC = cc +CC ?= cc CFLAGS = -std=c99 -Os -Wall -Wextra LDFLAGS = -s PREFIX = /usr/local |
