Skip to content

Commit 24c2259

Browse files
authored
Merge pull request dapphub#18 from dapphub/windows-compat
Allow browsing of source code from a windows machine
2 parents c0b770c + ae472ca commit 24c2259

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ test:
88
-dapp --use solc:0.7.5 build
99

1010
demo:
11-
DAPP_SRC=aux dapp --use solc:0.7.5 build
11+
DAPP_SRC=demo dapp --use solc:0.7.5 build
1212
-hevm dapp-test --verbose 3
13+
14+
.PHONY: test demo
File renamed without changes.

0 commit comments

Comments
 (0)