Assorted whitespace cleanup and typo fixes.
[haiku.git] / src / bin / keymap / Jamfile
blobaaaede18246a3f1e1ee12c489b33e63b297774a3
1 SubDir HAIKU_TOP src bin keymap ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
4 UsePrivateHeaders shared storage ;
6 BinCommand keymap :
7         main.cpp
8         Keymap.cpp
9         : be libshared.a [ TargetLibsupc++ ]
10         : keymap.rdef ;