Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tl #54

Merged
merged 4 commits into from
Oct 16, 2023
Merged

Tl #54

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
makefile changes
DerpPrincess committed Oct 16, 2023
commit 50e695f280b05ee0a343d98c3f791a528b16ad3d
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@
.SECONDARY:

# Binaries
MAIN := main # SCUS_942.27
GAME := game # MEDIEVIL.EXE
MAIN := main
GAME := game
OVL_AC := ac # The Ant Caves
OVL_AG := ag # The Asylum Grounds
OVL_CC := cc # The Crystal Caves
@@ -107,6 +107,8 @@ init:
$(MAKE) all

### Game Executables ###

# This is SCUS_942.27
main: main_dirs $(BUILD_DIR)/SCUS_942.27
$(BUILD_DIR)/SCUS_942.27: $(BUILD_DIR)/$(MAIN).elf
$(OBJCOPY) -O binary $< $@