add clean target

main
josch 10 years ago
parent 7b75f18494
commit 316a8611d6

@ -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…
Cancel
Save