Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
kics
Commits
afaf6bd1
Commit
afaf6bd1
authored
Jan 18, 2008
by
bbr
Browse files
debug standard libraries
parent
df01b74d
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
afaf6bd1
...
...
@@ -74,7 +74,7 @@ dist:
cp
$(THIS)$(DIST)
kics_src.tgz ~/public_html/download/
chmod
a+r ~/public_html/download/kics_src.tgz
bio
:
$(BIN)stricths $(BIN)prophecy $(BIN)biotope bio
prelude
bio
:
$(BIN)stricths $(BIN)prophecy $(BIN)biotope bio
stdlibraries
$(BIN)stricths
:
$(ORACLE)stricths.curry $(ORACLE)PrettyStrict.curry
$(KICS)
-executable
-o
$(BIN)
stricths
-userlibpath
$(ORACLE)
stricths.curry
...
...
@@ -88,6 +88,9 @@ $(BIN)biotope: $(ORACLE)Biotope.curry
bioprelude
:
cd
$(LIB)
;
stricths Prelude
;
prophecy Prelude
;
cd
../..
biostdlibraries
:
bioprelude
cd
$(LIB)
;
stricths All_Libraries
;
prophecy All_Libraries
;
cd
../..
$(BIN)prettyflat
:
$(KICS)
-executable
-o
$(BIN)
prettyflat
-main
mainPrint PrettyFlat.curry
...
...
Write
Preview
Supports
Markdown
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