aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2016-01-16 20:05:58 -0500
committerFranklin Wei <frankhwei536@gmail.com>2016-01-16 20:05:58 -0500
commit3f5b4e20a9608b9e313bf4b5f3b60ec1dcfade1b (patch)
tree427f48b92d647c6278df083f86d33a7545710a6c /Makefile
parent411882ac90bfabd3029bd2241480b48119d51afe (diff)
downloadnetcosm-3f5b4e20a9608b9e313bf4b5f3b60ec1dcfade1b.zip
netcosm-3f5b4e20a9608b9e313bf4b5f3b60ec1dcfade1b.tar.gz
netcosm-3f5b4e20a9608b9e313bf4b5f3b60ec1dcfade1b.tar.bz2
netcosm-3f5b4e20a9608b9e313bf4b5f3b60ec1dcfade1b.tar.xz
packetized requests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca121ed..ebbbca0 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,6 @@ $(OUT)/$(PLATFORM).bin: $(NETCOSM_OBJ) $(HEADERS) Makefile
# automatically generate dependency rules
%.d : %.c
- @echo "MKDEP $<"
@$(CC) $(CCFLAGS) -MF"$@" -MG -MM -MP -MT"$@" -MT"$(<:.c=.o)" "$<"
# -MF write the generated dependency rule to a file