Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #23
Ticket #23
: makefile.wcc
File makefile.wcc,
222 bytes
(added by
abwillis
,
8 years ago
)
base makefile
Line
1
DIRS = ufat32 util ifs ifsinf fat32chk
2
3
all: .SYMBOLIC
4
@for %d in ($(DIRS)) do if exist %d @cd %d && wmake -f makefile.wcc
5
6
clean: .symbolic
7
@for %d in ($(DIRS)) do if exist %d @cd %d && wmake -f makefile.wcc clean
Download in other formats:
Original Format