summaryrefslogtreecommitdiffhomepage
path: root/tools/addentry.ml
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-30 00:02:09 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-30 00:02:09 +0100
commit0e635fbe2949d5bb944a60c0ccf83eb6f1de31e2 (patch)
treee7cd80d2ad2212963b9150ad959e541aca1521ed /tools/addentry.ml
parent8153244fd1109ee133caaf19f8acd8dba8e4ebb7 (diff)
chore: reworked addpaper.ml, working on addentry.ml
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools/addentry.ml')
-rw-r--r--tools/addentry.ml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/addentry.ml b/tools/addentry.ml
new file mode 100644
index 0000000..29dce37
--- /dev/null
+++ b/tools/addentry.ml
@@ -0,0 +1,16 @@
+(*
+ File: addrule.ml
+ Purpose: Creates a makefile rule.
+ Copyright 2026, Amlal El Mahrouss & NeKernel.org Authors.
+ Licensed under Apache 2.0.
+*)
+
+open Stdlib
+open Out_channel
+open Printf
+
+(*
+ We just make a LaTeX file with the given title.
+*)
+let () = if Array.length Sys.argv >= 3 then
+ printf "We are done here.";