summaryrefslogtreecommitdiffstats
path: root/common/recipes-core/power-util/files/Makefile
blob: 97ee9d54f895f4f167888ae5bae2cbeb4c739e36 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2015-present Facebook. All Rights Reserved.
all: power-util 


power-util: power-util.o
	$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)

.PHONY: clean

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