diff options
Diffstat (limited to 'proto/rip/Makefile')
-rw-r--r-- | proto/rip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/proto/rip/Makefile b/proto/rip/Makefile index 0555c38..16bfe0f 100644 --- a/proto/rip/Makefile +++ b/proto/rip/Makefile @@ -1,4 +1,5 @@ -THISDIR=proto/rip -OBJS=rip.o +source=rip.c +root-rel=../../ +dir-name=proto/rip include ../../Rules |