summaryrefslogtreecommitdiffstats
path: root/meta-facebook/meta-yosemite/recipes-yosemite/bic-cached/files/Makefile
blob: 478b25e8a15b781dd788f43013c39865ed92c1ae (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2015-present Facebook. All Rights Reserved.
all: bic-cached

bic-cached: bic-cached.c 
	$(CC) -pthread -lbic -std=c99 -o $@ $^ $(LDFLAGS)

.PHONY: clean

clean:
	rm -rf *.o bic-cached
OpenPOWER on IntegriCloud