Update Makefile

This commit is contained in:
gurkenhabicht 2018-05-24 17:36:16 +02:00 committed by GitHub
parent ad65bfcb4d
commit f48b0575dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -5,5 +5,8 @@ all: NLMSvariants.c
win: NLMSvariants.c
gcc -o lms NLMSvariants.c
gdb: NLMSvariants.c
gcc -Wall -Wextra -pedantic -ggdb NLMSvariants.c
clean:
$(RM) lms