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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user