Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mart Lubbers
CleanSerial
Commits
5de5e682
Commit
5de5e682
authored
Oct 13, 2016
by
Mart Lubbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename object file, remove Start
parent
937db9ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
Makefile
Makefile
+2
-2
TTY.icl
TTY.icl
+1
-3
No files found.
Makefile
View file @
5de5e682
test
:
test.icl TTY.icl TTY.dcl Clean
\
System
\
Files/tty.o
test
:
test.icl TTY.icl TTY.dcl Clean
\
System
\
Files/
c
tty.o
clm
-desc
-exl
-tst
-ns
-nt
-dynamics
-I
/opt/clean/lib/Dynamics
$(
basename
$<
)
-o
$@
Clean\ System\ Files/tty.o
:
tty.c
Clean\ System\ Files/
c
tty.o
:
tty.c
gcc
-g
-DDEBUG
-c
$<
-o
"
$@
"
clean
:
...
...
TTY.icl
View file @
5de5e682
...
...
@@ -2,7 +2,7 @@ implementation module TTY
import
StdClass
import
code
from
"tty."
import
code
from
"
c
tty."
::
*
TTY
:==
Int
...
...
@@ -69,5 +69,3 @@ TTYerror :: !*env -> (!String, !*env)
TTYerror
_
=
code {
ccall
ttyerror
":VS:A"
}
Start
=
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment