summaryrefslogtreecommitdiff
path: root/bio/1/Makefile
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-01-30 12:49:01 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-01-30 12:49:01 +0000
commit02653ab40d93fb7e6d07edb747fe0e07c5d60c74 (patch)
tree12e62d9e66737597e2d7ddc71eefa8a08264cffa /bio/1/Makefile
parent87c1e35223b0fd9002a6efca2a208fb8ae1993e2 (diff)
did many new things
Diffstat (limited to 'bio/1/Makefile')
-rw-r--r--bio/1/Makefile4
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