Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
extensions.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
60
Issues
60
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
d383bff7
Commit
d383bff7
authored
Feb 16, 2017
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Makefile-Clean-Cache' into 'master'
Added clean-cache to make file See merge request
!35
parents
2744d86b
7638aaa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
Makefile
Makefile
+7
-2
No files found.
Makefile
View file @
d383bff7
...
...
@@ -25,8 +25,10 @@ help:
@
echo
" volumes, and images created by 'up'."
@
echo
" stop docker-compose: Stop running containers without removing them."
@
echo
" kill docker-compose: Force stop service containers."
@
echo
@
echo
" install-typo3 docker-compose: Start TYPO3"
@
echo
" clear-cache Command Line: Empty typo3temp/"
@
echo
@
echo
" log Constantly echo log items to the console."
@
echo
" composer-install PHP Composer: Install."
@
echo
" composer-update PHP Composer: Update."
...
...
@@ -67,7 +69,7 @@ init: composer-install install-typo3
.PHONY
:
reset
reset
:
kill down init
reset
:
kill down
clear-cache
init
.PHONY
:
pull
...
...
@@ -137,3 +139,6 @@ composer-install:
composer-update
:
$(COMPOSER)
--working-dir
=
data/typo3 up
.PHONY
:
clear-cache
clear-cache
:
rm
-rf
data/typo3/html/typo3temp/
*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment