Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
7e5d6af5074e825fb06b4a3ba4fbe450729dbecd
7e5d6af5074e825fb06b4a3ba4fbe450729dbecd
Switch branch/tag
labcomm
examples
Makefile
Find file
Normal view
History
Permalink
Makefile
80 Bytes
Newer
Older
Makefile cleanup
Anders Blomdell
committed
May 14, 2013
1
2
3
4
5
6
7
8
all
:
echo
To be
done
...
test
:
echo
To be
done
...
clean
:
echo
To be
done
...