mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=53
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
OBJECTS = block.o rw.o inode.o dir.o mount.o blockdev.o
|
|
|
|
all: minix.o
|
|
|
|
minix.o: $(OBJECTS)
|
|
$(LD) -r $(OBJECTS) -o minix.o
|
|
|
|
WIN32_LEAN_AND_MEAN = yes
|
|
include ../../../rules.mak
|