aboutsummaryrefslogtreecommitdiff
path: root/examples/template-demo/Makefile
diff options
context:
space:
mode:
authorfrosty <frosty@illegalfirearms.store>2025-12-28 03:26:05 -0500
committerfrosty <frosty@illegalfirearms.store>2025-12-28 03:26:05 -0500
commit4af132cf6adeeeeb5d6764c378bec2d05cad042f (patch)
treee422cff2831424775ba5c20196064f94cbe1e5c3 /examples/template-demo/Makefile
Migrated from GitHub
Diffstat (limited to 'examples/template-demo/Makefile')
-rw-r--r--examples/template-demo/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/template-demo/Makefile b/examples/template-demo/Makefile
new file mode 100644
index 0000000..ff0acd4
--- /dev/null
+++ b/examples/template-demo/Makefile
@@ -0,0 +1,6 @@
+CC = gcc
+
+template-demo:
+ $(CC) -o template-demo main.c -lbeaker
+clean:
+ rm template-demo \ No newline at end of file