wininstall make workareas now builds boot files

original commit: 53ddbb37cc24dc1d0099478733d2d5a1263b353b
This commit is contained in:
Bob Burger 2018-06-21 09:25:31 -04:00
parent 3c7c397fff
commit 81af193970

View File

@ -21,10 +21,10 @@ vcredist.wxs: locate-vcredist.bat
.PHONY: workareas
workareas:
cd ..; ./configure -m=a6nt; $(MAKE) -C a6nt/c
cd ..; ./configure -m=i3nt; $(MAKE) -C i3nt/c
cd ..; ./configure -m=ta6nt; $(MAKE) -C ta6nt/c
cd ..; ./configure -m=ti3nt; $(MAKE) -C ti3nt/c
cd ..; ./configure -m=a6nt; $(MAKE) -C a6nt
cd ..; ./configure -m=i3nt; $(MAKE) -C i3nt
cd ..; ./configure -m=ta6nt; $(MAKE) -C ta6nt
cd ..; ./configure -m=ti3nt; $(MAKE) -C ti3nt
.PHONY: clean
clean: