Skip to content

Commit

Permalink
Removed unused options from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aglab2 committed Sep 8, 2022
1 parent db86d6a commit 676c6c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"files.associations": {
"sm64.h": "c",
"model_ids.h": "c",
"checkpoint.h": "c",
"stdio.h": "c",
"level_update.h": "c"
}
}
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
THIS_MAKEFILE_PATH:=$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
THIS_DIR:=$(shell cd $(dir $(THIS_MAKEFILE_PATH));pwd)

SRC_DIR = src
OBJ_DIR = obj

# Alter these 4 variables according to your need
CPP_FILES = main savestate text_manager input_viewer level_reset cfg level_conv strings string_conv wallkick_frame distance levitate speed timer checkpoint action interaction music death
ROM = sr8.z64
INCLUDE_PATH = ./sm64-api/sm64
LIBRARY_PATH = ./sm64-api/ld
INCLUDE_PATH = sm64-api/sm64
LIBRARY_PATH = sm64-api/ld

# 0x7f2000
ROM_OFFSET = 8331264
Expand Down

0 comments on commit 676c6c1

Please sign in to comment.