0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-25 15:25:12 +00:00

mkfile: get rid of trailing whitespace

This commit is contained in:
Sigrid Solveig Haflínudóttir 2022-01-07 17:19:50 +01:00
parent 3d9aa3b7e5
commit bb05c7808c

2
mkfile
View file

@ -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