Copy from hummingbird.

This commit is contained in:
2023-01-26 23:41:19 +00:00
commit b2dbebea3a
15 changed files with 865 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