OVMF: Add support for saving the NV variables to disk following each SetVariable...
[edk2.git] / BaseTools / Makefile
bloba16f57732c263ee7b95b3f574688789c57af797c
2 SUBDIRS = Source\C Source\Python
4 all: c python
6 c :
7 @Source\C\Makefiles\NmakeSubdirs.bat all Source\C
9 python:
10 @Source\C\Makefiles\NmakeSubdirs.bat all Source\Python
12 subdirs: $(SUBDIRS)
13 @Source\C\Makefiles\NmakeSubdirs.bat all $**
15 .PHONY: clean
16 clean:
17 @Source\C\Makefiles\NmakeSubdirs.bat clean $(SUBDIRS)
19 .PHONY: cleanall
20 cleanall:
21 @Source\C\Makefiles\NmakeSubdirs.bat cleanall $(SUBDIRS)