From a4f8c7af3baba2179f6de2f198be23860f3803bc Mon Sep 17 00:00:00 2001 From: root Date: Sun, 14 Sep 2014 00:29:23 +0000 Subject: initial commit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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++ + -- cgit v1.2.3