diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 5fd5245..528c21a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RM ?= rm -f PREFIX ?= /usr/local/ BINDIR ?= ${PREFIX}/bin -CFLAGS += -ansi +CC = cc -ansi -fno-builtin .PHONY: all all: buc bus |