We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953061d commit 0255cbdCopy full SHA for 0255cbd
examples/Makefile
@@ -1,6 +1,6 @@
1
DC=rdmd -g -w --build-only -ofbin/$@ -I../ -L-lncursesw $^
2
3
-all: init helloUnicode helloWorld simpleColor simpleKey simpleSpectrum keyCode withChgat acsVars
+all: init helloUnicode helloWorld simpleColor simpleKey simpleSpectrum keyCode chgat acsVars printw.d
4
5
init:
6
@echo "building all examples..."
@@ -28,7 +28,7 @@ acsVars: acsVars.d
28
$(DC)
29
30
31
-withChgat: withChgat.d
+chgat: chgat.d
32
33
34
tempLeave: tempLeave.d
examples/withChgat.d renamed to examples/chgat.d
examples/printw_example.d
0 commit comments