diff options
author | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-08-16 17:28:59 +0000 |
---|---|---|
committer | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-08-16 17:28:59 +0000 |
commit | 2cefaeaf61f38f1566293e53b4708e9ceff2d945 (patch) | |
tree | 83550d3138e34d99b2c09b4a2c5e2418c7e2efb2 /tests/Makefile | |
parent | 842d52633d650286ce62490362f8dfa356e17800 (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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index caed5bad..4993297e 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 |