diff options
Diffstat (limited to 'proto/rip/Makefile')
-rw-r--r-- | proto/rip/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/rip/Makefile b/proto/rip/Makefile new file mode 100644 index 0000000..0555c38 --- /dev/null +++ b/proto/rip/Makefile @@ -0,0 +1,4 @@ +THISDIR=proto/rip +OBJS=rip.o + +include ../../Rules |