aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f145bb2..ed1c393 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+# CAUTION: This Makefile builds ONLY the tests.
+# To use this library, see ls_test.h or README.md.
+
tests/tests: ls_queue.o tests/tests.c tests/ls_test.h
$(CC) -o $@ ls_queue.o tests/tests.c -Itests -I.