make: Move lib make rules to src dir, consistency with meson build

This commit is contained in:
Antoine SOULIER
2022-07-29 15:44:35 +02:00
parent 7177a593e6
commit 67ed2e5d80
4 changed files with 11 additions and 12 deletions

View File

@@ -14,8 +14,6 @@
# limitations under the License.
#
TEST_DIR := test
test_py:
$(V)cd $(TEST_DIR) && python3 setup.py && PYTHONPATH=build python3 run.py