mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-15 09:18:22 +01:00
11 lines
163 B
Makefile
11 lines
163 B
Makefile
|
coffee_files = Calendar.coffee PushNotification.coffee Spotlight.coffee
|
||
|
|
||
|
jsfiles =
|
||
|
|
||
|
cssfiles =
|
||
|
|
||
|
copyfiles = package.json
|
||
|
|
||
|
|
||
|
PKG_NAME=CoreServices
|
||
|
include ../pkg.mk
|