makefile fix
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@968 e3a754e5-d11d-0410-8d38-ebb782a927b9
This commit is contained in:
@@ -8,6 +8,7 @@ all: $(TESTS) run_unittests breakpoints
|
|||||||
clean:
|
clean:
|
||||||
rm -f $(TESTS) person.pb* *.o *.gcda *.gcno
|
rm -f $(TESTS) person.pb* *.o *.gcda *.gcno
|
||||||
|
|
||||||
|
%.o: %.c
|
||||||
%.o: %.c $(DEPS)
|
%.o: %.c $(DEPS)
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user