modify makefile

This commit is contained in:
lr
2024-05-16 21:03:01 +08:00
parent b2022bac12
commit 0acf8c26be
8 changed files with 68 additions and 8 deletions
@@ -24,7 +24,7 @@ INC_DIR = -I$(KERNEL_ROOT)/services/net/libnet \
-I$(KERNEL_ROOT)/services/app
net_server: lwip_service.o
@mv $^ ../../app
@mv $^ $(KERNEL_ROOT)/services/net/net_server
%.o: %.c
@echo "cc $^"