Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
bcf9a9c7
Commit
bcf9a9c7
authored
Feb 22, 2012
by
Hampton Catlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto-run the context tests
parent
b5aa00a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
Makefile
Makefile
+14
-0
No files found.
Makefile
View file @
bcf9a9c7
CC
=
gcc
CC
=
gcc
CFLAGS
=
-I
.
CFLAGS
=
-I
.
BIN
=
bin/
sassc
:
sassc.o
sassc
:
sassc.o
$(CC)
-o
$(BIN)
sassc sassc.o libsass.o
$(CC)
-o
$(BIN)
sassc sassc.o libsass.o
...
@@ -11,6 +12,18 @@ libsass.o: bstr
...
@@ -11,6 +12,18 @@ libsass.o: bstr
bstr
:
bstr/bsafe.o
bstr
:
bstr/bsafe.o
bstr/bsafe.o
:
bstr/bsafe.o
:
build
:
prefix.o context.o exception.o
prefix.o
:
context.o
:
exception.o
:
test_context
:
context.o test_context.o
$(CC)
-o
$(BIN)
test_context test_context.o context.o
./
$(BIN)
test_context
test_context.o
:
clean
:
clean
:
rm
-rf
*
.o
rm
-rf
*
.o
rm
-rf
sassc
rm
-rf
sassc
\ No newline at end of file
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