7 lines
67 B
Makefile
7 lines
67 B
Makefile
|
all: NLMSvariants.c
|
||
|
gcc -o lms NLMSvariants.c
|
||
|
|
||
|
clean:
|
||
|
$(RM) lms
|
||
|
|