Skip to content

Commit 2ee761c

Browse files
committed
Match default package directory layout
See the commit message of b580675 for an explanation.
1 parent 629933c commit 2ee761c

File tree

10 files changed

+4
-10
lines changed

10 files changed

+4
-10
lines changed

examples/Makefile

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

33
all: init helloUnicode helloWorld simpleColor simpleKey simpleSpectrum keyCode chgat acsVars printw simplePanel winBorder.d simpleMenu.d otherBorder mouseMenu scrollMenu attribMenu printBold
4-
5-
init:
4+
5+
init:
66
@echo "building all examples..."
77

88
helloWorld: helloWorld.d
@@ -60,6 +60,6 @@ scrollMenu: scrollMenu.d
6060
attribMenu: attribMenu.d
6161
$(DC)
6262

63-
clean:
63+
clean:
6464
@rm bin/*
6565
@echo "done."

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
"Jude \"1100110\" Young"
99
],
1010
"license": "ncurses",
11-
"sourcePaths": [
12-
"deimos"
13-
],
14-
"importPaths": [
15-
"."
16-
],
1711
"libs": [
1812
"ncursesw"
1913
],
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)