mirror of
https://github.com/input-leap/input-leap.git
synced 2026-03-01 18:23:20 +01: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
|
|
|