summaryrefslogtreecommitdiffstats
path: root/meta-facebook/meta-wedge/recipes-wedge/fblibs/files/alert_control/Makefile
blob: 74ce8f3c1a91ad205294d526b5d6b832613f9c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2014-present Facebook. All Rights Reserved.
lib: libalert_control.so

libalert_control.so: alert_control.c
	$(CC) $(CCFLAGS) -fPIC -c -o alert_control.o alert_control.c
	$(CC) -shared -o libalert_control.so alert_control.o -lc

.PHONY: clean

clean:
	rm -rf *.o libalert_control.so
OpenPOWER on IntegriCloud