antos-frontend/src/packages/CoreServices/Makefile

11 lines
209 B
Makefile
Raw Normal View History

2018-02-28 16:25:07 +01:00
coffee_files = Calendar.coffee PushNotification.coffee Spotlight.coffee UserService.coffee
2018-01-22 19:59:08 +01:00
jsfiles =
2018-01-23 10:10:40 +01:00
cssfiles = main.css
2018-01-22 19:59:08 +01:00
2018-01-23 10:10:40 +01:00
copyfiles = package.json notifications.html
2018-01-22 19:59:08 +01:00
PKG_NAME=CoreServices
include ../pkg.mk