Skip to content
Snippets Groups Projects
Commit 944a66bc authored by Loïc Correnson's avatar Loïc Correnson
Browse files

Merge branch 'fix/ivette/makefile' into 'master'

[ivette] Fixes dome template makefile: removes gitignore target.

See merge request frama-c/frama-c!3975
parents 9128695e dfea2f2d
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,6 @@ endif ...@@ -148,7 +148,6 @@ endif
.PHONY: dome-templ dome-reboot .PHONY: dome-templ dome-reboot
DOME_MK_TEMPLATES= \ DOME_MK_TEMPLATES= \
.gitignore \
.babelrc \ .babelrc \
webpack.main.js \ webpack.main.js \
webpack.renderer.js \ webpack.renderer.js \
...@@ -164,11 +163,6 @@ dome-reboot: ...@@ -164,11 +163,6 @@ dome-reboot:
# Templated files # Templated files
ifeq ("$(DOME)",".")
.gitignore:
@cp -f $(DOME)/template/git-ignore $@
endif
.babelrc: $(DOME)/template/update.sh $(DOME)/template/babelrc.json .babelrc: $(DOME)/template/update.sh $(DOME)/template/babelrc.json
@$^ $@ @$^ $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment