Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « blast « contrib « zlib « png « src « xs - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9be80bafe050eed57029ef2e690f36677a3003c0 (plain)
1
2
3
4
5
6
7
8
blast: blast.c blast.h
	cc -DTEST -o blast blast.c

test: blast
	blast < test.pk | cmp - test.txt

clean:
	rm -f blast blast.o