This website requires JavaScript.
Explore
Help
Sign In
encounter
/
tp
Watch
0
Star
0
Fork
0
mirror of
https://github.com/encounter/tp.git
synced
2026-07-11 06:18:46 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
88eb7be90cfa48808f2416e427498a97b1d71faa
tp
/
tools
/
Makefile
T
9 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
ok
2020-08-29 17:54:55 -04:00
CC
:=
cc
CFLAGS
:=
-O3 -Wall -s
elf2dol
:
elf
2
dol
.
c
$(
CC
)
$(
CFLAGS
)
-o
$@
$^
clean
:
$(
RM
)
elf2dol
Reference in New Issue
Copy Permalink