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