mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
a3b48623c3
Scripted like all the others. Signed-off-by: Dave Chinner <dchinner@redhat.com>
17 lines
215 B
Makefile
17 lines
215 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright (C) 2011 SGI All Rights Reserved.
|
|
#
|
|
#
|
|
#
|
|
TOPDIR = ..
|
|
|
|
include $(TOPDIR)/include/builddefs
|
|
|
|
SUBDIRS = src
|
|
|
|
default: $(SUBDIRS)
|
|
|
|
include $(BUILDRULES)
|
|
|
|
install: default
|