From 3afdccc7087797a106263c481bfc406049124fa6 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 27 Sep 2018 15:03:14 +0200 Subject: litttle fix in netstack --- net/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/Makefile') 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) -- cgit v1.2.3