commit ba08598

Devine Lu Linvega  ·  2025-09-05 14:39:24 +0000 UTC
parent 3d8fa02
Removed xxd dep
3 files changed,  +12, -2
+0, -0
+10, -0
 1@@ -0,0 +1,10 @@
 2+( cat a.txt | uxncli xh.rom > b.rom )
 3+
 4+@on-reset ( -> )
 5+	;on-console #10 DEO2 BRK
 6+@on-console ( -> )
 7+	#12 DEI 
 8+	LIT "0 SUB DUP #0a LTH ?{
 9+		#27 SUB DUP #10 LTH ?{ POP BRK } }
10+	LITr 40 EORr STHkr ?{ ORA #18 DEO BRK }
11+	STHkr SFT BRK
+2, -2
 1@@ -68,8 +68,8 @@ install: bin/uxncli bin/uxn11
 2 uninstall:
 3 	@ rm -f ${PREFIX}/bin/uxn11 ${PREFIX}/bin/uxncli
 4 
 5-bin/drifblim.rom: etc/utils/drifblim.rom.txt
 6-	@ xxd -r -p etc/utils/drifblim.rom.txt bin/drifblim.rom
 7+bin/drifblim.rom: bin/uxncli etc/utils/drifblim.rom.txt
 8+	@ cat etc/utils/drifblim.rom.txt | bin/uxncli etc/utils/xh > bin/drifblim.rom
 9 
10 bin/uxncli: src/uxncli.c
11 	@ mkdir -p bin