Makefile: compile but warn.
This commit is contained in:
parent
bd74a7ad0c
commit
d0a1ee2744
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -O2 -Werror -Ilib
|
CFLAGS = -O2 -Wall -Ilib
|
||||||
LD = $(CC)
|
LD = $(CC)
|
||||||
PROGRAM := archived
|
PROGRAM := archived
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue