Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
4klang-linux
Commits
01cbb65d
Commit
01cbb65d
authored
May 07, 2019
by
PoroCYon
Browse files
move 4klang stuff to separate folder, add fr_public submodule
parent
1f3cc37d
Changes
9
Hide whitespace changes
Inline
Side-by-side
.gitmodules
0 → 100644
View file @
01cbb65d
[submodule "v2/fr_public"]
path = v2/fr_public
url = https://github.com/PoroCYon/fr_public
.gitignore
→
4klang/
.gitignore
View file @
01cbb65d
File moved
LICENSE
→
4klang/
LICENSE
View file @
01cbb65d
File moved
Makefile
→
4klang/
Makefile
View file @
01cbb65d
...
...
@@ -3,14 +3,16 @@ SED ?= sed
AWK
?=
awk
NASM
?=
nasm
MUSDIR
?=
mus
default
:
all
%/
:
mkdir
-p
"
$@
"
obj/4klang.%
:
mus
/4klang.% xlatsection.awk obj/
obj/4klang.%
:
$(MUSDIR)
/4klang.% xlatsection.awk obj/
$(AWK)
-f
"xlatsection.awk"
"
$<
"
>
"
$@
"
obj/4klang.h
:
mus
/4klang.h obj/
obj/4klang.h
:
$(MUSDIR)
/4klang.h obj/
$(SED)
-E
's/extern "C"/EXTERN_C/'
"
$<
"
>
"
$@
"
obj/4klang.o
:
obj/4klang.asm obj/4klang.inc
...
...
README.md
→
4klang/
README.md
View file @
01cbb65d
File moved
mus/put_your_4klang_files_here
→
4klang/
mus/put_your_4klang_files_here
View file @
01cbb65d
File moved
src/runner.c
→
4klang/
src/runner.c
View file @
01cbb65d
File moved
xlatsection.awk
→
4klang/
xlatsection.awk
View file @
01cbb65d
File moved
fr_public
@
8c8f82c2
Subproject commit 8c8f82c2ae01133370e649bbc05916e7aceecadd
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment