Skip to content

Commit 3025256

Browse files
committed
Update comments in Makefile.
1 parent 8716e91 commit 3025256

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#
2+
# Author: Divye Kapoor ([email protected])
3+
#
4+
# Typical usage:
5+
# $ ./configure && make && make test
6+
# $ sudo make install
7+
#
8+
# Change the INSTALLPATH below if you want to install the binaries to a new location.
9+
#
110
SOURCES=$(wildcard *.cc)
211
HEADERS=$(wildcard *.h)
312
OBJECTS=$(SOURCES:.cc=.o)

0 commit comments

Comments
 (0)