summaryrefslogtreecommitdiff
path: root/maje.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-01-14 11:32:45 -0500
committerJakob Kaivo <jkk@ung.org>2020-01-14 11:32:45 -0500
commite44ac1094eaba6b7ca59d5b2539d660c44bba5c3 (patch)
tree4e120b0073a257b7717cf329c924f474350fb4db /maje.h
parentf26eb1e014203cbd8137b69825e9594c92b6ab4d (diff)
initial commit
Diffstat (limited to 'maje.h')
-rw-r--r--maje.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/maje.h b/maje.h
new file mode 100644
index 0000000..8262967
--- /dev/null
+++ b/maje.h
@@ -0,0 +1,3 @@
+char **find_source_files(const char *path);
+char *find_main(char **sources);
+void make_makefile(const char *makefile, char **sources, const char *target);