git: 9front

Download patch

ref: 7ae0052535bada55064f438e4c3eb048719d9b9c
parent: ce2ce237e0cdf7bcc02dcfdd078b3cebfef67c47
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Mar 28 21:20:13 EDT 2017

blit: fix mkfile

--- a/sys/src/games/mkfile
+++ b/sys/src/games/mkfile
@@ -3,7 +3,6 @@
 TARG=4s\
 	5s\
 	ana\
-	blit\
 	catclock\
 	festoon\
 	geigerstats\
@@ -25,6 +24,7 @@
 
 DIRS=\
 	blabs\
+	blit\
 	c64\
 	doom\
 	galaxy\
--