Skip to content

Commit

Permalink
adopt dj64.mk changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Feb 3, 2025
1 parent a143d29 commit 1ce86ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ ifeq ($(DJ64STATIC),1)
CFLAGS += -DSTATIC_LINK
endif

$(CMD): $(DJ64_XOBJS)
./link.sh $(LINK) $(DJ64_XLIB) $(DBG) $@ $(DJ64_XLDFLAGS)
$(CMD): $(DJ64_XLIB)
./link.sh $(LINK) $^ $(DBG) $@ $(DJ64_XLDFLAGS)

info: $(CMD)
djstubify -i $<

0 comments on commit 1ce86ce

Please sign in to comment.