Browse code

mkfile: get rid of trailing whitespace

Sigrid Solveig Haflínudóttir authored on 07/01/2022 16:19:50
Showing 1 changed files
... ...
@@ -38,7 +38,7 @@ bin/uxncli: file.$O system.$O uxncli.$O uxn.$O
38 38
 bin/uxnasm: uxnasm.$O
39 39
 	$LD $LDFLAGS -o $target $prereq
40 40
 
41
-bin/uxnemu: audio.$O controller.$O file.$O mouse.$O screen.$O system.$O uxn.$O uxnemu.$O 
41
+bin/uxnemu: audio.$O controller.$O file.$O mouse.$O screen.$O system.$O uxn.$O uxnemu.$O
42 42
 	$LD $LDFLAGS -o $target $prereq
43 43
 
44 44
 (uxnasm|uxncli|uxnemu|uxn)\.$O:R: src/\1.c