This website requires JavaScript.
Explore
Help
Sign In
haskal
/
iodine
Watch
1
Star
0
Fork
You've already forked iodine
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
tests depend on the check unit test library, and should therefor not be run every time!
Browse Source
...
This commit is contained in:
Bjorn Andersson
2006-12-16 00:18:11 +00:00
parent
13a17af72d
commit
13550e93c4
1 changed files
with
0 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
1
Makefile
Unescape
Escape
View File
@ -1,7 +1,6 @@
all
:
@
(
cd
src
;
make all
)
@
(
cd
tests
;
make all
)
test
:
all
(
cd
tests
;
make all
)
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
haskal/iodine
Title
Body
Create Issue