mirror of
https://github.com/debauchee/barrier.git
synced 2026-08-28 02:24:16 -05: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
|
|
|