Commit 06fb5d58 authored by Alexey Golubev's avatar Alexey Golubev Committed by Alexander.Trofimov

Update Makefile

parent dfd0fd41
...@@ -6,7 +6,7 @@ OUTPUT = $(OUTPUT_DIR) ...@@ -6,7 +6,7 @@ OUTPUT = $(OUTPUT_DIR)
WEBAPPS_DIR = web-apps WEBAPPS_DIR = web-apps
WEBAPPS = $(OUTPUT)/$(WEBAPPS_DIR) WEBAPPS = $(OUTPUT)/$(WEBAPPS_DIR)
GRUNT_FILES = build/deploy/Gruntfile.js.out ../web-apps/build/Gruntfile.js.out GRUNT_FILES = build/Gruntfile.js.out ../web-apps/build/Gruntfile.js.out
all: $(WEBAPPS) all: $(WEBAPPS)
...@@ -21,4 +21,4 @@ $(GRUNT_FILES): ...@@ -21,4 +21,4 @@ $(GRUNT_FILES):
echo "Done" > $@ echo "Done" > $@
clean: clean:
rm -f $(GRUNT_FILES) rm -f $(GRUNT_FILES)
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment