aboutsummaryrefslogtreecommitdiff
path: root/dist/build/c/rules.make
blob: ab0474cf794cece4cf055086606edde6b008a1de (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 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 $@