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


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

.PHONY: clean

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