mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 04:22:07 +00:00
Update the 'ucity' commit used for testing
This removes our need to patch it for compatibility
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 244f179..fce4930 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -51,7 +51,7 @@ ASMFILES := $(foreach dir,$(SOURCE_ALL_DIRS),$(sort $(wildcard $(dir)/*.asm)))
|
||||
|
||||
# List of include directories: All source and data folders.
|
||||
# A '/' is appended to the path.
|
||||
-INCLUDES := $(foreach dir,$(SOURCE_ALL_DIRS),-i$(dir)/)
|
||||
+INCLUDES := $(foreach dir,$(SOURCE_ALL_DIRS),-I$(dir)/)
|
||||
|
||||
# Prepare object paths from source files.
|
||||
OBJ := $(ASMFILES:.asm=.obj)
|
||||
@@ -72,10 +72,9 @@ clean:
|
||||
@echo rm $(OBJ) $(BIN) $(COMPAT_BIN) $(NAME).sym $(NAME).map
|
||||
@rm -f $(OBJ) $(BIN) $(COMPAT_BIN) $(NAME).sym $(NAME).map
|
||||
|
||||
-# TODO: Remove the -h when RGBASM is updated to remove it
|
||||
%.obj : %.asm
|
||||
@echo rgbasm $<
|
||||
- @$(RGBASM) $(INCLUDES) -h -E -o$@ $<
|
||||
+ @$(RGBASM) $(INCLUDES) -E -o$@ $<
|
||||
|
||||
$(BIN): $(OBJ)
|
||||
@echo rgblink $(BIN)
|
||||
Reference in New Issue
Block a user