diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-06-07 21:57:26 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-06-07 21:57:26 +0100 |
| commit | feb10a536aeea4ebd6558659ea172129adb6abe1 (patch) | |
| tree | 06295447203238088514ca3bea29f3e31c8a1452 /src/makefile | |
| parent | 0efe1e5704e57359fb74dbdf5b8e82dbc5df54c7 (diff) | |
added output external
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 4 |
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 |
