summaryrefslogtreecommitdiff
path: root/maje.h
blob: 8262967934bfea7125e7905ad7c82e43b3b904f7 (plain)
1
2
3
char **find_source_files(const char *path);
char *find_main(char **sources);
void make_makefile(const char *makefile, char **sources, const char *target);