forked from TricksterGuy/3ds-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
100 lines (95 loc) · 2.14 KB
/
Makefile
File metadata and controls
100 lines (95 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.PHONY: clean all bootstrap
all: bootstrap
podman run --rm -v ${CURDIR}:/devkitpro localhost/secureshellprotocol:devkitpro-env make -f 3ds.Makefile
cia: bootstrap
podman run --rm -v ${CURDIR}:/devkitpro localhost/secureshellprotocol:devkitpro-env make -f 3ds.Makefile cia
bootstrap:
podman build --target=release -t secureshellprotocol:devkitpro-env ./docker
export_libctru:
podman build --force-rm --target=export-libctru --output type=local,dest=. ./docker
clean_libctru:
rm -r \
include/3ds \
include/3ds.h \
include/_ansi.h \
include/_newlib_version.h \
include/_syslist.h \
include/alloca.h \
include/ar.h \
include/argz.h \
include/arpa \
include/assert.h \
include/bits \
include/c++ \
include/c2d \
include/c3d \
include/citro2d.h \
include/citro3d.h \
include/complex.h \
include/cpio.h \
include/ctype.h \
include/devctl.h \
include/dirent.h \
include/elf.h \
include/envlock.h \
include/envz.h \
include/errno.h \
include/fastmath.h \
include/fcntl.h \
include/fenv.h \
include/fnmatch.h \
include/ftw.h \
include/getopt.h \
include/glob.h \
include/grp.h \
include/iconv.h \
include/ieeefp.h \
include/inttypes.h \
include/langinfo.h \
include/libgen.h \
include/limits.h \
include/locale.h \
include/machine \
include/malloc.h \
include/math.h \
include/memory.h \
include/ndbm.h \
include/netdb.h \
include/netinet \
include/newlib.h \
include/paths.h \
include/poll.h \
include/pthread.h \
include/pwd.h \
include/reent.h \
include/regdef.h \
include/regex.h \
include/rpc \
include/sched.h \
include/search.h \
include/semaphore.h \
include/setjmp.h \
include/signal.h \
include/spawn.h \
include/ssp \
include/stdatomic.h \
include/stdint.h \
include/stdio.h \
include/stdio_ext.h \
include/stdlib.h \
include/string.h \
include/strings.h \
include/sys \
include/tar.h \
include/termios.h \
include/tex3ds.h \
include/tgmath.h \
include/threads.h \
include/time.h \
include/unctrl.h \
include/unistd.h \
include/utime.h \
include/utmp.h \
include/wchar.h \
include/wctype.h \
include/wordexp.h