mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-26 02:06:11 +01:00
14 lines
168 B
Makefile
Executable file
14 lines
168 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
clean:
|
|
make -C utils clean
|
|
dh clean
|
|
|
|
build:
|
|
make -C utils rebind.so
|
|
|
|
%:
|
|
dh ${@}
|