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


sensor-util: sensor-util.o
	$(CC) $(CFLAGS) -lpal -lrt -lm -std=gnu99 -o $@ $^ $(LDFLAGS)

.PHONY: clean

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