Skip to content

Commit

Permalink
demos: rename mouse.exe to rmcb.exe
Browse files Browse the repository at this point in the history
To match demo name.
  • Loading branch information
stsp committed Jun 15, 2024
1 parent 39344ea commit c37e3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/rmcb/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ STRIP = @true

SOURCES = main.c mouse.c thunks_a.c thunks_c.c
AS_SOURCES = ms.S asm.S
TGT = mouse.exe
TGT = rmcb.exe

# the below 4 vars must be named exactly like here
CFLAGS = -Wall -ggdb3
Expand Down
2 changes: 1 addition & 1 deletion demos/rmcb/makefile.djgpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SOURCES = main.c mouse.c
OBJECTS = $(SOURCES:.c=.o)
AS_SOURCES = asm.S ms.S
AS_OBJECTS = $(AS_SOURCES:.S=.o)
TGT = mouse.exe
TGT = rmcb.exe

all: $(TGT)

Expand Down

0 comments on commit c37e3af

Please sign in to comment.