mirror of
https://github.com/AntonioND/Woopsi.git
synced 2025-06-18 14:55:35 -04:00

The tests don't build due to a missing header (gadgeteventargs.h) so no new makefiles have been added to the tests folder.
5 lines
75 B
Bash
5 lines
75 B
Bash
#!/bin/sh
|
|
|
|
cd Woopsi/libwoopsi
|
|
make -f Makefile.blocksds -j`nproc` install
|