mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
11 lines
142 B
Makefile
11 lines
142 B
Makefile
|
coffee_files = main.coffee
|
||
|
|
||
|
jsfiles =
|
||
|
|
||
|
cssfiles = main.css
|
||
|
|
||
|
copyfiles = scheme.html package.json
|
||
|
|
||
|
PKG_NAME=ActivityMonitor
|
||
|
|
||
|
include ../pkg.mk
|