commit bb05c7808c2752f8e08f6db5356e8a23de29d13e parent 3d9aa3b7e50f16890abcbe1aacd359b9a8e2798b Author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> Date: Fri, 7 Jan 2022 17:19:50 +0100 mkfile: get rid of trailing whitespace Diffstat:
M | mkfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkfile b/mkfile @@ -38,7 +38,7 @@ bin/uxncli: file.$O system.$O uxncli.$O uxn.$O bin/uxnasm: uxnasm.$O $LD $LDFLAGS -o $target $prereq -bin/uxnemu: audio.$O controller.$O file.$O mouse.$O screen.$O system.$O uxn.$O uxnemu.$O +bin/uxnemu: audio.$O controller.$O file.$O mouse.$O screen.$O system.$O uxn.$O uxnemu.$O $LD $LDFLAGS -o $target $prereq (uxnasm|uxncli|uxnemu|uxn)\.$O:R: src/\1.c