8000 add a makefile yay · dragoncoder047/schemascii@39566e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39566e1

Browse files
add a makefile yay
1 parent 19b547e commit 39566e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.PHONY: docs must_specify
2+
3+
must_specify:
4+
@echo "there is no default makefile rule"
5+
@exit 1
6+
7+
docs:
8+
python3 scripts/docs.py

0 commit comments

Comments
 (0)
0