mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
Makefile needs CFLAGS.
This commit is contained in:
parent
f1622fd3c2
commit
af037c0188
@ -7,7 +7,7 @@ PREFIX ?= ./out
|
||||
.PHONY: all test install clean
|
||||
|
||||
all: ge-additions.c ge-additions.h
|
||||
$(CC) -O3 -Wall -Werror -pedantic -std=gnu99 -c ge-additions.c
|
||||
$(CC) $(CFLAGS) -O3 -Wall -Werror -pedantic -std=gnu99 -c ge-additions.c
|
||||
$(AR) rcs libge-additions.a ge-additions.o
|
||||
|
||||
install: all
|
||||
|
Loading…
Reference in New Issue
Block a user