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:
parent
0272578b69
commit
cb285809a1
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user