blob: 029c7d2dd8259d9df02a5488d85a308804a71989 [file] [log] [blame]
Matthias Andreas Benkardf59e0972018-04-10 22:01:34 +02001# Copyright 2015 Andrew Gottemoller.
2#
3# This software is a copyrighted work licensed under the terms of the
4# Weld license. Please consult the file "WELD_LICENSE" for
5# details.
6
7# This makefile defines how to construct compilation rules for cpp
8# component definitions
9
10
11# cpp is compatible with the c compilation rules so just include the
12# c stuff
13include $(weld_path)/lang/c.mk