mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-28 09:36:44 +02:00
- Rename Syslog to SystemReport - All services previously on SystemReport now moved to the dedicated SystemServices Packages - Rework on a more versatile notification GUI and API - Applications now can display a local toast message instead of pushing a global notification message
11 lines
170 B
Makefile
11 lines
170 B
Makefile
module_files = Calendar.js PushNotification.js
|
|
|
|
libfiles =
|
|
|
|
cssfiles = main.css
|
|
|
|
copyfiles = package.json README.md
|
|
|
|
|
|
PKG_NAME=SystemServices
|
|
include ../pkg.mk |