Add simple test/ Makefile

Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Jens Axboe
2019-01-08 15:48:57 -07:00
parent 357ca59684
commit baa8d243cc
2 changed files with 20 additions and 0 deletions

View File

@@ -12,12 +12,14 @@ default: all
all:
@$(MAKE) -C src
@$(MAKE) -C test
install:
@$(MAKE) -C src install prefix=$(DESTDIR)$(prefix) includedir=$(DESTDIR)$(includedir) libdir=$(DESTDIR)$(libdir)
clean:
@$(MAKE) -C src clean
@$(MAKE) -C test clean
tag-archive:
@git tag $(TAG)