aboutsummaryrefslogtreecommitdiff
path: root/dist/build/c/rules.make
blob: 37e865f288e1ed0ee4d041a61f1d16cd3ca325d5 (plain)
1
2
3
4
5
6
7
8
9
10
# file      : build/c/rules.make
# 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 $@