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