Skip to content
Snippets Groups Projects
Verified Commit adbe50bd authored by baptiste.coudray's avatar baptiste.coudray
Browse files

Fixed Makefile, moved files

parent c157d718
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,13 @@ all: release debug
release:
mkdir -p "cmake-build-release"
touch elementary.h elementary.c
cmake -DCMAKE_BUILD_TYPE=Release -Bcmake-build-release
$(MAKE) -C cmake-build-release all
debug:
mkdir -p "cmake-build-debug"
touch elementary.h elementary.c
cmake -DCMAKE_BUILD_TYPE=Debug -Bcmake-build-debug
$(MAKE) -C cmake-build-release all
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment