We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3688670 commit 05e8bcfCopy full SHA for 05e8bcf
.gitignore
@@ -1,4 +1,4 @@
1
.*.swp
2
examples/tmp.exe
3
examples/res/tiny.ttf
4
-Makefile.dirs
+Makefile.conf
Makefile.conf
@@ -1,2 +1,2 @@
-CEU_DIR = /home/anny/dev/ceu
-CEU_SDL_DIR = /home/anny/dev/ceu-sdl
+CEU_DIR = $(error set absolute path to "<ceu>" repository)
+CEU_SDL_DIR = $(error set absolute path to "<ceu-sdl>" repository)
README.md
@@ -108,4 +108,4 @@ The `examples/` directory contains a number of examples.
108
109
## API Manual:
110
111
-<https://fsantanna.github.io/pico-ceu/out/manual/v0.40/>
+<https://ceu-lang.github.io/pico-ceu/out/manual/v0.40/>
0 commit comments