added back C version

This commit is contained in:
2023-09-30 16:55:18 +01:00
parent 10ab8da848
commit b2ff6f88e3
8 changed files with 126 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
#TODO: find way of installing shell library with make
files = mean sum
files = c/add c/div c/mean c/mod c/mul c/sub c/sum
all: $(files)