1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-13 04:02:29 +00:00

Updated makefiles from senpy

This commit is contained in:
J. Fernando Sánchez 2017-10-03 13:46:09 +02:00
parent f04cbeeddb
commit 1543f5550e

View File

@ -5,8 +5,8 @@ VERSION ?= $(shell git describe --tags --dirty 2>/dev/null)
# Get the location of this makefile.
MK_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
include .env
include ../.env
-include .env
-include ../.env
.FORCE: