mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-06 08:12:40 +02:00
15 lines
168 B
Makefile
Executable File
15 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 ${@}
|