Fix the build

Awesome no longer has a "cmake" target and the "build" target only works
accidentally. Instead, this changes things to use the cmake-build
target.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2017-07-15 16:17:05 +02:00
parent d0022d281a
commit 03406c60c5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ output:
ldoc: ldoc:
rm -f src/build rm -f src/build
HOME=$(OLD_HOME) make -C src build cmake ldoc HOME=$(OLD_HOME) make -C src cmake-build ldoc
clean: clean:
rm -rf .ikiwiki html rm -rf .ikiwiki html