mirror of
https://gitlab.com/gridtracker.org/gridtracker
synced 2026-08-13 17:52:40 -04:00
6 lines
82 B
Makefile
Executable file
6 lines
82 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
export NO_DIST_INSTALL = true
|
|
export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@
|