mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 18:35:22 -04:00
13 lines
423 B
Makefile
13 lines
423 B
Makefile
##===- tools/Makefile --------------------------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL := ../../..
|
|
DIRS := driver CIndex c-index-test
|
|
|
|
include $(LEVEL)/Makefile.common
|