summaryrefslogtreecommitdiff
path: root/fir1/Makefile
diff options
context:
space:
mode:
authorZoRo <dos21h@gmail.com>2021-07-09 09:01:22 +0100
committerZoRo <dos21h@gmail.com>2021-07-09 09:01:22 +0100
commit068d08bf44aafc1b36fec7302130f1a5b2fde08c (patch)
treee82ebb74f1f3f8925ff715f0324f31cf299d8e47 /fir1/Makefile
parent66b009b5ad69dab69d09ee32e61d1ce36dda7ea6 (diff)
downloadcode-snippets-068d08bf44aafc1b36fec7302130f1a5b2fde08c.tar.gz
code-snippets-068d08bf44aafc1b36fec7302130f1a5b2fde08c.zip
FIR filter C snippetHEADmaster
Diffstat (limited to 'fir1/Makefile')
-rw-r--r--fir1/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/fir1/Makefile b/fir1/Makefile
new file mode 100644
index 0000000..70c416d
--- /dev/null
+++ b/fir1/Makefile
@@ -0,0 +1,2 @@
+make:
+ gcc simple_fir.c -o simple_fir -lm \ No newline at end of file