aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-24 19:34:15 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-24 19:48:44 -0500
commit6bad2f0bdfcea7da7559bcee08ccc9d41f1aadc4 (patch)
tree3025bc032099e42b3af098455882c28eca87c418 /Makefile
parent7fbc7d3055458b7b3633d4a95ee344490dc3473e (diff)
add installation instructions to liblitmus (and 'make help')
Some initial documentation to aid new users get started with compiling the library.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d427e1b..ef2be1f 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ all = lib ${rt-apps}
73rt-apps = cycles base_task rt_launch rtspin release_ts measure_syscall \ 73rt-apps = cycles base_task rt_launch rtspin release_ts measure_syscall \
74 base_mt_task runtests 74 base_mt_task runtests
75 75
76.PHONY: all lib clean dump-config TAGS tags cscope 76.PHONY: all lib clean dump-config TAGS tags cscope help
77 77
78all: ${all} inc/config.makefile 78all: ${all} inc/config.makefile
79 79
@@ -111,6 +111,9 @@ dump-config:
111 AR "${AR}" \ 111 AR "${AR}" \
112 obj-all "${obj-all}" 112 obj-all "${obj-all}"
113 113
114help:
115 @cat INSTALL
116
114clean: 117clean:
115 rm -f ${rt-apps} 118 rm -f ${rt-apps}
116 rm -f *.o *.d *.a test_catalog.inc 119 rm -f *.o *.d *.a test_catalog.inc