mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 12:53:53 +08:00
6 lines
100 B
Makefile
6 lines
100 B
Makefile
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --buildsystem=cmake --builddirectory=build -Pbuild/debian --parallel
|
|
|