Updated Makefile

This commit is contained in:
Yannick Mauray 2021-12-16 21:39:13 +01:00
parent d76a8de022
commit b95d928135
No known key found for this signature in database
GPG Key ID: 67C4AAC5E99CB909
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ BASE_NAME := quickgui-$(VERSION)
BUILD_DIR := $(BUILD_ROOT)/$(BASE_NAME)
BIN_TAR := $(BUILD_ROOT)/$(BASE_NAME).tar
SRC_TAR := $(BUILD_ROOT)/$(BASE_NAME)-src.tar
FLUTTER := /usr/local/bin/flutter
FLUTTER := /opt/flutter/bin/flutter
all: version bin