added Makefile

This commit is contained in:
Friese 2018-05-16 13:27:05 +02:00
parent 08ea096417
commit 57db8a2c7f
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#build lms binary
all: NLMSvariants.c
gcc -o lms NLMSvariants.c
clean:
$(RM) lms