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