diff options
author | root <root@debian> | 2014-09-14 00:29:23 +0000 |
---|---|---|
committer | root <root@debian> | 2014-09-14 00:29:23 +0000 |
commit | a4f8c7af3baba2179f6de2f198be23860f3803bc (patch) | |
tree | f7e47617819aa2414917d1ba7136b2c95a04dada /Makefile |
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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++ + |