shellmath/Makefile

9 lines
95 B
Makefile
Raw Permalink Normal View History

2022-06-28 20:05:34 +00:00
files = add div mean mod mul sub sum
2022-05-07 12:36:37 +00:00
all: $(files)
$(files): %: %.c
clean:
rm -v $(files)