2025-06-25 00:32:58 -04:00

16 lines
305 B
Makefile

# ----------------------------
# Makefile Options
# ----------------------------
NAME = ALGEBRA
ICON = icon.png
DESCRIPTION = "Algebraic Manipulator v0.0.0"
COMPRESSED = NO
CFLAGS = -Wall -Wextra -Oz
CXXFLAGS = -Wall -Wextra -Oz
# ----------------------------
include $(shell cedev-config --makefile)