aboutsummaryrefslogtreecommitdiff
path: root/dist/build/c/rules.make
blob: 23b0b2e4c253f538e9b27b0fe7c26c27393cca72 (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : build/c/rules.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
# license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

include $(root)/build/config.make

# Rules.
#
%.o: %.c
	$(CC) $(CPPFLAGS) $(EXTRA_CPPFLAGS) $(CFLAGS) -c $< -o $@