Skip to content

Commit

Permalink
feat!: Bump emulator to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Aug 16, 2023
1 parent afc6eb6 commit 38c709f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ ROM_TOOLCHAIN_TAG := $(TOOLCHAIN_TAG)
TESTS_TOOLCHAIN_TAG := $(TOOLCHAIN_TAG)

# Install settings
PREFIX= /opt/cartesi
SHARE_INSTALL_PATH= $(PREFIX)/share
PREFIX= /usr
SHARE_INSTALL_PATH= $(PREFIX)/share/cartesi-machine
IMAGES_INSTALL_PATH= $(SHARE_INSTALL_PATH)/images

INSTALL= install -p
Expand All @@ -48,6 +48,8 @@ CONTAINER_MAKE := /usr/bin/make

UPPER = $(shell echo '$1' | tr '[:lower:]' '[:upper:]')

export PREFIX

all:
@echo "Usage: make [option]\n"
@echo "Options: emulator, rom, tests, fs, kernel, toolchain and solidity-step.\n"
Expand Down
2 changes: 1 addition & 1 deletion emulator
Submodule emulator updated 195 files

0 comments on commit 38c709f

Please sign in to comment.