1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-21 15:52:28 +00:00

Simplified makefile

This commit is contained in:
J. Fernando Sánchez 2017-10-03 13:42:17 +02:00
parent 5f4dc3ac5d
commit a67e0e45d2

View File

@ -12,10 +12,6 @@ DEVPORT=5000
action="test-${PYMAIN}" action="test-${PYMAIN}"
GITHUB_REPO=git@github.com:gsi-upm/senpy.git GITHUB_REPO=git@github.com:gsi-upm/senpy.git
include .makefiles/makefiles.mk
include .makefiles/base.mk include .makefiles/base.mk
include .makefiles/k8s.mk include .makefiles/k8s.mk
include .makefiles/python.mk include .makefiles/python.mk
include .makefiles/docker.mk
include .makefiles/precommit.mk
include .makefiles/git.mk