summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorViljami Ilola <viljami.ilola@helsinki.fi>2026-09-24 10:07:57 +0300
committerViljami Ilola <viljami.ilola@helsinki.fi>2026-09-24 10:07:57 +0300
commit41794581a04554eb58e4d86d2d2ae010c7e19e1d (patch)
treeee1374e42001db4d77a286f88604efcc2d48118d /Makefile
initial & finalHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..13fd7ba
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+wild-led: wild-led.c
+ gcc -Wall -O3 -o wild-led wild-led.c