aboutsummaryrefslogtreecommitdiffstats
path: root/src/prog.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/prog.mk')
-rw-r--r--src/prog.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prog.mk b/src/prog.mk
index a639e87fc..4f9309d8c 100644
--- a/src/prog.mk
+++ b/src/prog.mk
@@ -5,6 +5,8 @@
5# The includer should probably define PROG and TARGET and may also want to 5# The includer should probably define PROG and TARGET and may also want to
6# define EXTRA_OBJS and extend CLEANFILES. 6# define EXTRA_OBJS and extend CLEANFILES.
7 7
8CC ?= cc
9
8HDRS := 10HDRS :=
9SRCS := $(sort $(wildcard $(MOD_DIR)/*.c)) 11SRCS := $(sort $(wildcard $(MOD_DIR)/*.c))
10OBJS := $(SRCS:.c=.o) 12OBJS := $(SRCS:.c=.o)