mirror of
https://github.com/Hopiu/rpi-rgb-led-matrix.git
synced 2026-03-16 22:10:27 +00:00
o Make sure that changes in library are incorporated on next
Python build.
This commit is contained in:
parent
c1b36fe7ba
commit
3d26a60c2b
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ clean: clean-python
|
|||
find . -type f -name \*.pyc -delete
|
||||
$(RM) build-* install-* test-*
|
||||
|
||||
$(RGB_LIBRARY):
|
||||
$(RGB_LIBRARY): FORCE
|
||||
$(MAKE) -C $(RGB_LIBDIR)
|
||||
|
||||
test: test-python
|
||||
|
|
@ -86,5 +86,7 @@ dist: distclean
|
|||
mv -v ../$(DEBDIST) ../tarballs; \
|
||||
fi
|
||||
|
||||
FORCE:
|
||||
.PHONY: FORCE
|
||||
.PHONY: build install test clean dist distclean
|
||||
.PHONY: build-python install-python clean-python
|
||||
|
|
|
|||
Loading…
Reference in a new issue