Skip to content

Commit

Permalink
Fix dfsdemo Makefile CFLAGS and LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
meeq committed Sep 2, 2023
1 parent 786a53c commit 9d316b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/dfsdemo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ include $(N64_INST)/include/n64.mk
OBJS = $(BUILD_DIR)/dfsdemo.o

dfsdemo.z64: N64_ROM_TITLE = "DragonFS Demo"
dfsdemo.z64: N64_LDFLAGS += -lmikmod
dfsdemo.z64: N64_CFLAGS += -I$(N64_ROOTDIR)/include
dfsdemo.z64: N64_LDFLAGS += -L$(N64_ROOTDIR)/lib -lmikmod
dfsdemo.z64: $(BUILD_DIR)/dfsdemo.dfs

$(BUILD_DIR)/dfsdemo.dfs: $(wildcard filesystem/*)
Expand Down

0 comments on commit 9d316b0

Please sign in to comment.