7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
export PIKA_BUILD_ARCH = $(shell cat pika-build-arch)
|
||
|
|
||
|
%:
|
||
|
dh $@
|