mirror of
https://github.com/oguzhaninan/Stacer.git
synced 2026-01-06 05:48:37 -05:00
9 lines
125 B
Makefile
9 lines
125 B
Makefile
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@ --parallel
|