summaryrefslogtreecommitdiff
path: root/project/headers.mk
diff options
context:
space:
mode:
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
new file mode 100644
index 0000000..9d50ee3
--- /dev/null
+++ b/project/headers.mk
@@ -0,0 +1,5 @@
+API_HEADERS = \
+
+INTERNAL_HEADERS = \
+
+ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)