summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 13de305fc445b407a05f59aae1d413ebdcbbdc2c (plain)
1
2
3
4
5
6
7
8
9
10
all:

install:
	install -m 755 -D dlopen-notes.py $(DESTDIR)/usr/bin/dlopen-notes

check:
	make -C test check

clean:
	make -C test clean