summaryrefslogtreecommitdiff
path: root/FibFinder/makefile
blob: 8537a956b5f8f7adec59c8d7c0c18a68afcb7854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ----------------------------
# Makefile Options
# ----------------------------

NAME ?= FibFinder
ICON ?= icon.png
DESCRIPTION ?= "Fibonacci Number Finder"
COMPRESSED ?= NO
ARCHIVED ?= NO

CFLAGS ?= -Wall -Wextra -Oz
CXXFLAGS ?= -Wall -Wextra -Oz

# ----------------------------

ifndef CEDEV
$(error CEDEV environment path variable is not set)
endif

include $(CEDEV)/meta/makefile.mk