mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
11 lines
183 B
Makefile
Executable File
11 lines
183 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# rules makefile.
|
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
|
#
|
|
|
|
%:
|
|
dh $@ --with=config-package
|
|
|
|
override_dh_auto_configure:
|
|
./configure --complain
|