aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-08-16 17:28:59 +0000
committerPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-08-16 17:28:59 +0000
commit2cefaeaf61f38f1566293e53b4708e9ceff2d945 (patch)
tree83550d3138e34d99b2c09b4a2c5e2418c7e2efb2 /tests/Makefile
parent842d52633d650286ce62490362f8dfa356e17800 (diff)
Docs
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@956 e3a754e5-d11d-0410-8d38-ebb782a927b9
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index caed5ba..4993297 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -10,7 +10,7 @@ clean:
%: %.c $(DEPS)
$(CC) $(CFLAGS) -o $@ $< ../pb_decode.c ../pb_encode.c
-person.h: person.proto
+%.h: %.proto
protoc -I. -I../generator -I/usr/include -operson.pb $<
python ../generator/nanopb_generator.py person.pb