summaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-06-07 21:57:26 +0100
committerTim Redfern <tim@eclectronics.org>2012-06-07 21:57:26 +0100
commitfeb10a536aeea4ebd6558659ea172129adb6abe1 (patch)
tree06295447203238088514ca3bea29f3e31c8a1452 /src/makefile
parent0efe1e5704e57359fb74dbdf5b8e82dbc5df54c7 (diff)
added output external
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index 7042469..e571945 100644
--- a/src/makefile
+++ b/src/makefile
@@ -3,9 +3,9 @@
CC=cc
STRIP=strip
-NAME=overo_gpioin
+SRC=$(shell ls *.c)
-Phony: $(NAME).pd_linux
+Phony: $(SRC:.c=.pd_linux)
.SUFFIXES: .pd_linux