Switched to shellscript

(less overhead overall)
This commit is contained in:
2022-08-21 14:27:44 +01:00
parent b3c4b5e81e
commit 25ea50ae8a
7 changed files with 12 additions and 126 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
files = add div mean mod mul sub sum
#TODO: find way of installing shell library with make
files = mean sum
all: $(files)