Edit .gitignore

This commit is contained in:
Hakase
2018-02-14 16:15:14 +09:00
parent a63904425e
commit 8108d3a770
12 changed files with 3927 additions and 43 deletions
+8
View 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