diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2016-01-16 20:05:58 -0500 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2016-01-16 20:05:58 -0500 |
| commit | 3f5b4e20a9608b9e313bf4b5f3b60ec1dcfade1b (patch) | |
| tree | 427f48b92d647c6278df083f86d33a7545710a6c /Makefile | |
| parent | 411882ac90bfabd3029bd2241480b48119d51afe (diff) | |
| download | netcosm-3f5b4e20a9608b9e313bf4b5f3b60ec1dcfade1b.zip netcosm-3f5b4e20a9608b9e313bf4b5f3b60ec1dcfade1b.tar.gz netcosm-3f5b4e20a9608b9e313bf4b5f3b60ec1dcfade1b.tar.bz2 netcosm-3f5b4e20a9608b9e313bf4b5f3b60ec1dcfade1b.tar.xz | |
packetized requests
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |