Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vances committed Jan 16, 2018
1 parent d8edaf5 commit 6bea309
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Prahveen Thiruchelvam <[email protected]>
Vance Shipley <[email protected]>
10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ You'll need the following GNU tools:
$ mkdir ../m3ua.build (create build directory)
$ cd ../m3ua.build (change working directory for build)
$ ../m3ua/configure (creates Makefiles)
$ make (builds entire package)
$ make check (run dialyzer and common_test)
$ make (builds entire package)
$ make check (run dialyzer and common_test)

## Installing
$ sudo make install (installs embedded application in system)
$ sudo make install (installs embedded application in system)

## Cleaning
$ make clean (removes files created with make)
$ make distclean (removes files created with configure also)
$ make clean (removes files created with make)
$ make distclean (removes files created with configure also)

## Options
$ ../m3ua/configure --enable-debug
Expand Down
6 changes: 3 additions & 3 deletions README.maintainer
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Note:
5. autoreconf (remakes above files after changes)

## Building
1. mkdir ../m3ua.build (create build directory)
2. cd ../m3ua.build (change working directory for build)
3. ../m3ua/configure (creates Makefiles)
1. mkdir ../m3ua.build (create build directory)
2. cd ../m3ua.build (change working directory for build)
3. ../m3ua/configure (creates Makefiles)
4. make (builds entire package)
5. make check (run dialyzer and common_test)

Expand Down

0 comments on commit 6bea309

Please sign in to comment.