mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-20 17:05:20 +01:00
Qt/QML edition
This commit is contained in:
commit
d7b361ba44
2168 changed files with 721948 additions and 0 deletions
8
dependencies/zlib-1.2.11/contrib/blast/Makefile
vendored
Normal file
8
dependencies/zlib-1.2.11/contrib/blast/Makefile
vendored
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue