Option to jump with up on keyboard.
[supertux.git] / mk / jam / compiler.jam
index 9966ccd..f541e42 100644 (file)
@@ -21,6 +21,7 @@ rule CcRule
     CPPFLAGS on $(object) = $(CPPFLAGS) ;
     Cc $(object) : $(<) ;
     Depends $(object) : $(<) ;
+
     return $(object) ;
 }
 RegisterFileType CcRule : .c ;