mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
7 lines
344 B
Makefile
7 lines
344 B
Makefile
|
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
|
||
|
#── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘
|
||
|
|
||
|
PKGS += THIRD_PARTY_INTEL
|
||
|
THIRD_PARTY_INTEL_HDRS = $(filter %.h,$(THIRD_PARTY_INTEL_FILES))
|
||
|
THIRD_PARTY_INTEL_FILES := $(wildcard third_party/intel/*)
|