diff options
Diffstat (limited to 'nest/Makefile')
-rw-r--r-- | nest/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nest/Makefile b/nest/Makefile index d6c0e6e..f066fdf 100644 --- a/nest/Makefile +++ b/nest/Makefile @@ -1,3 +1,4 @@ -OBJS=main.o +THISDIR=nest +OBJS=rt-table.o rt-fib.o include $(TOPDIR)/Rules |