Toggle navigation
Toggle navigation
This project
Loading...
Sign in
josch
/
debversioncomp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
josch
2014-06-21 14:12:55 +0200
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
316a8611d6b6900b378e84a856cf27f37bff4e30
316a8611
1 parent
7b75f184
add clean target
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
Makefile
Makefile
View file @
316a861
...
...
@@ -15,3 +15,7 @@ test: testinput testdpkg testapt
./rundpkg.sh < testinput | md5sum
./testapt < testinput | md5sum
./testdose < testinput | md5sum
.PHONY
:
clean
clean
:
rm -f testapt testdose testdose.cmi testdose.cmo testdpkg testinput
...
...
Please
register
or
sign in
to post a comment