Skip to content

Commit

Permalink
Minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Dec 26, 2017
1 parent 6d4ee38 commit 7dff3d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ The name of the current directory will be used as the executable name.

The name of the current directory will be used as the executable name.

#### Build a smaller executable:

sm small

#### Strict compilation flags (complains about all things):

sm strict
Expand Down Expand Up @@ -104,7 +108,7 @@ For a "Hello, World!" program that places the text-generation in a `string hello
└── hello/common/hello_test.cpp
```

#### --- or if you prefer a directory per executable ---
#### --- or if you prefer one directory per executable ---

```
.
Expand Down Expand Up @@ -285,6 +289,6 @@ If your project can be built with `sakemake`, you are hereby awarded this badge

## General info

* Version: 1.9
* Version: 1.10
* License: MIT
* Author: Alexander F Rødseth <xyproto@archlinux.org>
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pkgdir ?= pkg
all: build

version:
@echo sakemake 1.9
@echo sakemake 1.10
@make --version | head -1
@scons --version | head -2

Expand Down
2 changes: 1 addition & 1 deletion src/sakemake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SAKEMAKE_DIR="@@PREFIX@@/share/sakemake"
if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then
cat << dog
sakemake 1.9
sakemake 1.10
sm test - build and run tests
sm run - build and run
Expand Down

0 comments on commit 7dff3d0

Please sign in to comment.