diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-13 06:47:32 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-13 06:47:32 +0000 |
commit | f1e773356078ccb1d994bb4a7f0b690715397c31 (patch) | |
tree | e870af7aff758de69ce8118c30bd68b11642454b /Makefile |
added default branch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5df624d --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +ed: ed.c + cc ed.c -o ed -ggdb +clean: + rm ed + |