mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-16 15:02:54 +00:00
Remove Makefile
This commit is contained in:
parent
0c60c63a8c
commit
a5c6c329ab
2 changed files with 0 additions and 34 deletions
18
Makefile
18
Makefile
|
@ -1,18 +0,0 @@
|
|||
# pandoc format parameters taken from https://github.com/TokTok/spec/blob/54ee53de924210295e311d10c63527c47468305c/pandoc.mk
|
||||
FORMAT := markdown_github
|
||||
FORMAT := $(FORMAT)-hard_line_breaks
|
||||
FORMAT := $(FORMAT)-native_spans
|
||||
FORMAT := $(FORMAT)-raw_html
|
||||
FORMAT := $(FORMAT)+tex_math_dollars
|
||||
FORMAT := $(FORMAT)-tex_math_single_backslash
|
||||
|
||||
PANDOC_ARGS := \
|
||||
--no-tex-ligatures \
|
||||
--atx-headers \
|
||||
--columns=79 \
|
||||
|
||||
all:
|
||||
printf "nope"
|
||||
|
||||
format:
|
||||
pandoc $(PANDOC_ARGS) -f $(FORMAT) -t $(FORMAT) doc/db.md -o doc/db.md
|
|
@ -1,16 +0,0 @@
|
|||
package me.impy.aegis.db;
|
||||
|
||||
public class DatabaseManager
|
||||
{
|
||||
private DatabaseManager() {
|
||||
|
||||
}
|
||||
|
||||
public static DatabaseManager load() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public static DatabaseManager create() {
|
||||
return null;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue