Bugfix & Makefile
parent
244862feea
commit
420b78bdc2
@ -0,0 +1,8 @@
|
||||
files = add div mean mul sub sum
|
||||
|
||||
all: $(files)
|
||||
|
||||
$(files): %: %.c
|
||||
|
||||
clean:
|
||||
rm -v $(files)
|
Loading…
Reference in New Issue