mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
9bc867aaf5
which hosts the Makefile.rules and modified most of the Makefiles under each test case directories to utilize Mekefile.rules. Added a description of 'make' directory into README-TestSuite file. llvm-svn: 111868
8 lines
140 B
Makefile
8 lines
140 B
Makefile
LEVEL = ../make
|
|
|
|
C_SOURCES := main.c
|
|
LDFLAGS = $(CFLAGS) -Xlinker -order_file ./order-file
|
|
MAKE_DSYM := NO
|
|
|
|
include $(LEVEL)/Makefile.rules
|