diff --git a/Makefile b/Makefile index 0e4f4b7..ede1df8 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,7 @@ SOURCES := source \ DATA := data INCLUDES := source +ICON := data/icon.png #------------------------------------------------------------------------------- # options for code generation diff --git a/data/icon.png b/data/icon.png new file mode 100644 index 0000000..5d48176 Binary files /dev/null and b/data/icon.png differ