-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmakefile
More file actions
31 lines (26 loc) · 939 Bytes
/
Copy pathmakefile
File metadata and controls
31 lines (26 loc) · 939 Bytes
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
#--------------------------------------
#
# CEaShell Source Code - makefile
# By RoccoLox Programs and TIny_Hacker
# Copyright 2022 - 2026
# License: GPL-3.0
#
#--------------------------------------
NAME = CEaShell
ICON = icon.png
APPVAR_PREFIX = CEaShel
APPLICATION = YES
APPLICATION_DESCRIPTION = "(C) 2022-2026 RoccoLox & TIny_Hacker"
CEASHELL_VERSION = 2.0.3
APPVAR_VERSION = 0
COMPRESSED = NO
ARCHIVED = YES
LANGUAGE = EN
CFLAGS = -Wall -Wextra -Oz -DVERSION_NO=\"$(CEASHELL_VERSION)\" -DAPPVAR_VERSION=$(APPVAR_VERSION) -D$(LANGUAGE)=true
CXXFLAGS = -Wall -Wextra -Oz -DVERSION_NO=\"$(CEASHELL_VERSION)\" -DAPPVAR_VERSION=$(APPVAR_VERSION) -D$(LANGUAGE)=true
# ----------------------------
include $(shell cedev-config --makefile)
installer:
@make
@make -C CEaShell-Installer
@convbin --iformat 8ek --input bin/$(NAME).8ek --oformat 8xv-split --maxvarsize 65200 --output bin/$(APPVAR_PREFIX).8xv --name $(APPVAR_PREFIX)