8000 DOC: new build system, wip · chrisws/smallbasic.github.io@4c64fe5 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 4c64fe5

Browse files
committed
DOC: new build system, wip
1 parent 5fab60a commit 4c64fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_build/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
#
44
# 1. create reference markdown from drupal export
55
# $ sbasic mkref.bas sb_ref.json markdown
6-
#
7-
# 2. create reference.json from
6+
#
7+
# 2. create reference.json from
88
# $ sbasic mksite.bas
99
#
1010

1111
.SECONDARY :
12-
.PHONY : all clean bas
12+
.PHONY : all clean bas
1313

1414
# tools
1515
SBASIC = /home/chrisws/src/SmallBASIC/src/platform/console/sbasic

0 commit comments

Comments
 (0)
0