]> granicus.if.org Git - file/commitdiff
Add magic for Beetle VM files
authorReuben Thomas <rrt@sc3d.org>
Sun, 28 Jan 2018 00:00:17 +0000 (00:00 +0000)
committerReuben Thomas <rrt@sc3d.org>
Sun, 28 Jan 2018 00:00:17 +0000 (00:00 +0000)
See https://github.com/rrthomas/beetle/

magic/Magdir/beetle [new file with mode: 0644]
magic/Makefile.am

diff --git a/magic/Magdir/beetle b/magic/Magdir/beetle
new file mode 100644 (file)
index 0000000..d33a8c4
--- /dev/null
@@ -0,0 +1,10 @@
+#------------------------------------------------------------------------------
+# $File: beetle,v 1.1 2018/01/28 00:00:17 rrt Exp $
+# beetle:  file(1) magic for Beetle VM object files
+# https://github.com/rrthomas/beetle/
+
+# Beetle object module
+0      string          BEETLE\000      Beetle VM object file
+
+# Beetle library
+0      string          BEETLE\0xff     Beetle VM library file
index 8def519f7c7257461922c387aab9e475422fe4e8..1619feee0972773c6f2c68f004bc8fcd40eeff4f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $File: Makefile.am,v 1.131 2018/01/01 05:25:17 christos Exp $
+# $File: Makefile.am,v 1.132 2018/01/28 00:00:17 rrt Exp $
 #
 MAGIC_FRAGMENT_BASE = Magdir
 MAGIC_DIR = $(top_srcdir)/magic
@@ -34,6 +34,7 @@ $(MAGIC_FRAGMENT_DIR)/att3b \
 $(MAGIC_FRAGMENT_DIR)/audio \
 $(MAGIC_FRAGMENT_DIR)/basis \
 $(MAGIC_FRAGMENT_DIR)/ber \
+$(MAGIC_FRAGMENT_DIR)/beetle \
 $(MAGIC_FRAGMENT_DIR)/bflt \
 $(MAGIC_FRAGMENT_DIR)/bhl \
 $(MAGIC_FRAGMENT_DIR)/bioinformatics \