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