diff options
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 |
