diff options
| author | Miguel <m.i@gmx.at> | 2018-09-27 15:03:14 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-27 15:03:14 +0200 |
| commit | 3afdccc7087797a106263c481bfc406049124fa6 (patch) | |
| tree | 9d687c246fa818f8214fe64c673339ed77e9a34d /net/Makefile | |
| parent | 8e005d0f13767db538e3d939188d73370db9042d (diff) | |
litttle fix in netstack
Diffstat (limited to 'net/Makefile')
| -rw-r--r-- | net/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 85cf348..c1e81c0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -91,6 +91,8 @@ DEPS=$(patsubst %.c, %.d, $(SOURCES)) # default target new: clean tags all +newrun: new run + -include ../Makefile.common -include $(DEPS) |
