hwdata/debian/rules

16 lines
271 B
Plaintext
Raw Normal View History

2023-02-23 21:01:55 +01:00
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
2024-07-26 21:39:39 +02:00
export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
2023-02-23 21:01:55 +01:00
override_dh clean:
echo "disabled"
override_dh_auto_clean:
echo "disabled"
override_dh_auto_test:
echo "disabled"
%:
dh $@