aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/command_script/import/Makefile
blob: 9374aef487fe1f926cfcc4d3de031c00766c8872 (plain) (blame)
1
2
3
4
5
6
LEVEL = ../../../make

C_SOURCES := main.c
EXE := hello_world

include $(LEVEL)/Makefile.rules