mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-26 03:35:30 +03:00
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh $@ --buildsystem=cmake --builddirectory=build -Pbuild/debian --parallel
|
||
|
|