Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[cascardo/linux.git] / tools / testing / selftests / sigaltstack / Makefile
1 CFLAGS = -Wall
2 BINARIES = sas
3 all: $(BINARIES)
4
5 include ../lib.mk
6
7 clean:
8         rm -rf $(BINARIES)