mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
5 lines
100 B
Makefile
Executable file
5 lines
100 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --buildsystem=cmake --builddirectory=build -Pbuild/debian --parallel
|
|
|