diff options
Diffstat (limited to 'MassCalc/makefile')
| -rwxr-xr-x | MassCalc/makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/MassCalc/makefile b/MassCalc/makefile new file mode 100755 index 0000000..e65825e --- /dev/null +++ b/MassCalc/makefile @@ -0,0 +1,20 @@ +# ---------------------------- +# Makefile Options +# ---------------------------- + +NAME ?= MassCalc +ICON ?= icon.png +DESCRIPTION ?= "Mass Converter" +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 |
