add clean target
This commit is contained in:
parent
7b75f18494
commit
316a8611d6
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue