Skip to content

Commit

Permalink
Fixed bug in make typing data.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldickens committed Jan 8, 2014
1 parent c35aefd commit 3a447d1
Show file tree
Hide file tree
Showing 35 changed files with 1,074 additions and 15,886 deletions.
42 changes: 0 additions & 42 deletions Alternative Layouts

This file was deleted.

10 changes: 0 additions & 10 deletions Conceptual

This file was deleted.

51 changes: 0 additions & 51 deletions Fitness

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -14,10 +14,10 @@ CFLAGS = -std=c99 -Wall
DEBUG_FLAGS = -g -O0 -fno-inline

# Flags used for profile mode.
PROFILE_FLAGS = -g -pg -O3 -fno-inline
PROFILE_FLAGS = -g -pg -O2 -fno-inline

# Flags used for release mode.
RELEASE_FLAGS = -O3 -DNDEBUG
RELEASE_FLAGS = -O2 -DNDEBUG

# Flags used with the default compilation mode.
DEFAULT_FLAGS = $(RELEASE_FLAGS)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ ABOUT

This is a program designed to efficiently optimize keyboard layouts, inspired by the work done by Peter Klausler. It uses a (relatively) friendly command-line interface to allow the user to customize a keyboard layout.

I began developing this program in 2008 and have been working on it since then. For updates, see http://mathematicalmulticore.wordpress.com/category/keyboards/ and https://github.com/MTGandP/Typing.
I began developing this program in 2008 and have been working on it since then. For updates, see http://mathematicalmulticore.wordpress.com/category/keyboards/ and https://github.com/michaeldickens/Typing.


INSTALLATION
Expand Down
111 changes: 0 additions & 111 deletions Saved Full Keyboards

This file was deleted.

0 comments on commit 3a447d1

Please sign in to comment.