Initial commit.

This commit is contained in:
2023-03-02 23:55:38 +00:00
commit 5797d06ee7
17 changed files with 822 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
default:
$(MAKE) -C src
install:
$(MAKE) -C src install
remove:
$(MAKE) -C src remove