Ticket #23: makefile.wcc

File makefile.wcc, 222 bytes (added by abwillis, 8 years ago)

base makefile

Line 
1DIRS = ufat32 util ifs ifsinf fat32chk
2
3all: .SYMBOLIC
4 @for %d in ($(DIRS)) do if exist %d @cd %d && wmake -f makefile.wcc
5
6clean: .symbolic
7 @for %d in ($(DIRS)) do if exist %d @cd %d && wmake -f makefile.wcc clean