Removing semicolon
[profile/ivi/Modello_Common.git] / Makefile
1 PROJECT = Modello_Common
2
3 VERSION := 0.0.2
4 PACKAGE = $(PROJECT)-$(VERSION)
5
6 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/_common
7
8 all:
9
10 install:
11         @echo "Installing Common UI files package, stand by..."
12         mkdir -p $(INSTALL_DIR)/css
13         mkdir -p $(INSTALL_DIR)/js
14         cp -r css $(INSTALL_DIR)/
15         cp -r js $(INSTALL_DIR)/
16