diff options
| author | frosty <frosty@illegalfirearms.store> | 2025-12-28 03:26:05 -0500 |
|---|---|---|
| committer | frosty <frosty@illegalfirearms.store> | 2025-12-28 03:26:05 -0500 |
| commit | 4af132cf6adeeeeb5d6764c378bec2d05cad042f (patch) | |
| tree | e422cff2831424775ba5c20196064f94cbe1e5c3 /examples/hello-world/Makefile | |
Migrated from GitHub
Diffstat (limited to 'examples/hello-world/Makefile')
| -rw-r--r-- | examples/hello-world/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/hello-world/Makefile b/examples/hello-world/Makefile new file mode 100644 index 0000000..56813e3 --- /dev/null +++ b/examples/hello-world/Makefile @@ -0,0 +1,6 @@ +CC = gcc + +hello-world: + $(CC) -o hello-world main.c -lbeaker +clean: + rm hello-world
\ No newline at end of file |
