aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/native/gen_entitlements-native/Makefile
blob: a16b4549f605984023565677b2c1643a116381bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include ../../Makefile.include

GEBIN=$(NATIVEPREFIX)/bin/gen_entitlements.py

all: $(GEBIN)

$(GEBIN):
	mkdir -p $(NATIVEPREFIX)/bin
	cp gen_entitlements.py $(GEBIN)
	chmod 755 $(GEBIN)

clean:
distclean::
	rm -f $(GEBIN)