Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webbasics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
webbasics
dddd5f09776af06f205b4a47c1de804deda49774
webbasics
Makefile
Find file
Normal view
Permalink
Makefile
93 B
Newer
Older
Added Makefile for Linux.
Taddeus Kroes
committed
12 years ago
1
2
3
4
5
6
7
8
9
10
11
12
all
:
test docs
test
:
phpunit
docs
:
phpdoc
clean
:
rm
-rf
build
.PHONY
:
test docs clean