diff options
Diffstat (limited to 'bio/3/Makefile')
-rw-r--r-- | bio/3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bio/3/Makefile b/bio/3/Makefile new file mode 100644 index 0000000..6dc3b82 --- /dev/null +++ b/bio/3/Makefile @@ -0,0 +1,4 @@ +all: 3.c + cc 3.c -o 3 -ggdb +clean: + rm 3 |