projects
/
minixfstools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027a445
)
Fixed typo in Makefile.w32
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 26 Oct 2024 08:00:26 +0000
(09:00 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 26 Oct 2024 08:00:26 +0000
(09:00 +0100)
Makefile.w32
patch
|
blob
|
history
diff --git
a/Makefile.w32
b/Makefile.w32
index de7a81a61db919adb97c5a01e2f117dd59951a1e..2a16dda8ca3a9f568c01ad8668d665196b889644 100644
(file)
--- a/
Makefile.w32
+++ b/
Makefile.w32
@@
-30,7
+30,7
@@
mkminixfs.exe: mkfs.c common.c report.c
mmd.exe: mmd.c common.c report.c
$(CC) $(CFLAGS) -o $@ $^
-mls.exe: m
md
.c report.c
+mls.exe: m
ls
.c report.c
$(CC) $(CFLAGS) -o $@ $^
mcopy.exe: mcopy.c common.c report.c