Fix ROM dir for profiling.

This commit is contained in:
Christian Speckner 2020-06-15 23:35:20 +02:00
parent 006c7c62d6
commit 9a9bfe097b
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ EXECUTABLE := stella$(EXEEXT)
EXECUTABLE_PROFILE_GENERATE := stella-pgo-generate$(EXEEXT)
EXECUTABLE_PROFILE_USE := stella-pgo$(EXEEXT)
PROFILE_DIR = $(CURDIR)/profile
PROFILE_DIR = $(CURDIR)/test/roms/profile
PROFILE_OUT = $(PROFILE_DIR)/out
PROFILE_STAMP = profile.stamp