Skip to content

Commit 0255cbd

Browse files
committed
renamed withChgat.d
1 parent 953061d commit 0255cbd

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

examples/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DC=rdmd -g -w --build-only -ofbin/$@ -I../ -L-lncursesw $^
22

3-
all: init helloUnicode helloWorld simpleColor simpleKey simpleSpectrum keyCode withChgat acsVars
3+
all: init helloUnicode helloWorld simpleColor simpleKey simpleSpectrum keyCode chgat acsVars printw.d
44

55
init:
66
@echo "building all examples..."
@@ -28,7 +28,7 @@ acsVars: acsVars.d
2828
$(DC)
2929

3030

31-
withChgat: withChgat.d
31+
chgat: chgat.d
3232
$(DC)
3333

3434
tempLeave: tempLeave.d
File renamed without changes.

examples/printw_example.d

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)