aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@debian>2014-09-14 00:29:23 +0000
committerroot <root@debian>2014-09-14 00:29:23 +0000
commita4f8c7af3baba2179f6de2f198be23860f3803bc (patch)
treef7e47617819aa2414917d1ba7136b2c95a04dada /Makefile
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6922f76
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+all:
+ gcc sass.c -I ./libsass/ ./libsass/libsass.a -o sass -lstdc++
+