summaryrefslogtreecommitdiff
path: root/bio/3/Makefile
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-01-31 16:22:52 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-01-31 16:22:52 +0000
commit45b06ac98819bfcad5f490c580d25fb0bf90c8ad (patch)
tree4f00b8a96847bccc605eea0e7154a3bd36a2fb5a /bio/3/Makefile
parent00e419fa183247d6d94b7eaf274bd2ae6225c646 (diff)
parent02653ab40d93fb7e6d07edb747fe0e07c5d60c74 (diff)
performing merge
Merge branch 'master' of git://git.seacrossedlovers.xyz/school
Diffstat (limited to 'bio/3/Makefile')
-rw-r--r--bio/3/Makefile4
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