Applications: build plato
authorAlan Cox <alan@linux.intel.com>
Fri, 7 Sep 2018 21:11:27 +0000 (22:11 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 7 Sep 2018 21:11:27 +0000 (22:11 +0100)
Applications/Makefile

index d85d6e8..f9ef80d 100644 (file)
@@ -1,6 +1,6 @@
 #
 APPS = util cmd sh games cave cpm v7games games cursesgames \
-       as09 ld09 netd SmallC MWC asz80 flashrom ue cpmfs
+       as09 ld09 netd SmallC MWC asz80 flashrom ue cpmfs plato
 
 .PHONY: $(APPS)
 
@@ -60,6 +60,9 @@ ue:
 cpmfs:
        +(cd cpmfs/src; $(MAKE) -f Makefile.$(USERCPU))
 
+plato:
+       +(cd plato; $(MAKE) -f Makefile.$(USERCPU))
+
 clean:
        (cd util; $(MAKE) -f Makefile.$(USERCPU) clean)
        (cd V7/cmd; $(MAKE) -f Makefile.$(USERCPU) clean)
@@ -77,3 +80,4 @@ clean:
        (cd levee; $(MAKE) -f Makefile.$(USERCPU) clean)
        (cd ue; $(MAKE) -f Makefile.$(USERCPU) clean)
        (cd cpmfs/src; $(MAKE) -f Makefile.$(USERCPU) clean)
+       (cd plato; $(MAKE) -f Makefile.$(USERCPU) clean)