From f51a4c1684a139418023e2ea2aea242d2cd18840 Mon Sep 17 00:00:00 2001
From: FreeArtMan <dos21h@gmail.com>
Date: Sun, 16 Oct 2016 20:50:22 +0100
Subject: Added record sound from microphone with alsa

---
 alsa-record-sound/Makefile | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 alsa-record-sound/Makefile

(limited to 'alsa-record-sound/Makefile')

diff --git a/alsa-record-sound/Makefile b/alsa-record-sound/Makefile
new file mode 100644
index 0000000..4d62a06
--- /dev/null
+++ b/alsa-record-sound/Makefile
@@ -0,0 +1,2 @@
+make:
+	gcc record.c -o record -lasound 
-- 
cgit v1.2.3