* Add Makefile for debian linux
* Update Makefile
remove the "\" brought from my shell script
* add uninstall for the modules
---------
Co-authored-by: root <root@wireguard.wireguard.local>
prandom_u32() previously was only calling get_random_u32() so it's been
dropped with Linux 6.1.0. So let's directly call get_random_u32() if Linux
version >= 6.1.0.
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>