summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: 520522d17757268c103c20ae70997178e4f57169 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for libcss
#
# Copyright 2014 Vincent Sanders <vince@netsurf-browser.org>
#
# Released under the MIT License (see COPYING file)

# Sources
DIR_SOURCES := stylesheet.c

include $(NSBUILD)/Makefile.subdir