-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMakefile
More file actions
21 lines (15 loc) · 716 Bytes
/
Makefile
File metadata and controls
21 lines (15 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ARCHS = arm64 arm64e
FINALPACKAGE=1
# for mac users comment out the # before the include
include /Users/pixeljellyfish/theos/makefiles/common.mk
# for linux users comment out the # before the include
#include /home/pixeljellyfish/theos/makefiles/common.mk
# for windows users comment out the # before the include
#include /opt/theos/makefiles/common.mk
SUBPROJECTS += Tweak cbfPrefs
# for mac users comment out the # before the include
include /Users/pixeljellyfish/theos/makefiles/aggregate.mk
# for linux users comment out the # before the include
#include /home/pixeljellyfish/theos/makefiles/aggregate.mk
# for windows users comment out the # before the include
#include /opt/theos/makefiles/aggregate.mk