Files
clang-p2996/lldb/test/API/functionalities/exec/Makefile
Jonas Devlieghere 181c0373d2 [lldb] Simplify TestExec's source code
Simplify the test's source code, remove unnecessary headers, and convert
it from C++ to C.
2022-08-11 12:36:54 -07:00

10 lines
165 B
Makefile

C_SOURCES := main.c
all: secondprog
include Makefile.rules
secondprog: secondprog.cpp
$(MAKE) -f $(MAKEFILE_RULES) \
CXX_SOURCES=secondprog.cpp EXE=secondprog