mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 17:33:50 +01:00
13 lines
189 B
Makefile
13 lines
189 B
Makefile
|
|
||
|
default: llvm_fuzz_tests
|
||
|
|
||
|
include ../../igzip/Makefile.am
|
||
|
include Makefile.am
|
||
|
include ../../make.inc
|
||
|
|
||
|
CC = clang
|
||
|
CXX = clang++
|
||
|
CXXFLAGS += $(DEFINES)
|
||
|
|
||
|
VPATH = . ../../igzip ../../include
|