1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 11:52:25 +00:00

Update FreeBSD makefile to use clang and new standard for configuring options (#105)

This commit is contained in:
Nick Briggs
2020-12-20 17:06:59 -08:00
committed by GitHub
parent 41d28e01b5
commit fc0ae89fcf

View File

@@ -1,6 +1,6 @@
# Options for Linux, Intel 386/486 and X-Window
# Options for FreeBSD, Intel 386/486 and X Windows
CC = gcc -m32 -std=c89 -Wall
CC = clang -m32 $(CLANG_CFLAGS)
XFILES = $(OBJECTDIR)xmkicon.o \
$(OBJECTDIR)xbbt.o \