1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 23:27:12 +00:00

Add -Wall to default compiler options on FreeBSD.

This commit is contained in:
Nick Briggs 2017-05-28 15:05:51 -07:00
parent 0272578b69
commit cb285809a1

View File

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