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

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

.PHONY: clean

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