aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2020-05-14 16:53:51 -0600
committerSelene ToyKeeper2020-05-14 16:53:51 -0600
commit773f056c5a330f26c556f1b25a5268fad17e2adc (patch)
tree3dc4117290d17e9c564eaf03d63fac67c904fa14
parentfixed builds of Werner's UI on targets which had been failing (Noctigon K1, B... (diff)
downloadanduril-773f056c5a330f26c556f1b25a5268fad17e2adc.tar.gz
anduril-773f056c5a330f26c556f1b25a5268fad17e2adc.tar.bz2
anduril-773f056c5a330f26c556f1b25a5268fad17e2adc.zip
gave Werner's UI a simple Makefile
-rw-r--r--spaghetti-monster/werner/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/spaghetti-monster/werner/Makefile b/spaghetti-monster/werner/Makefile
new file mode 100644
index 0000000..21d85f7
--- /dev/null
+++ b/spaghetti-monster/werner/Makefile
@@ -0,0 +1,7 @@
+all:
+ ./build-all.sh
+
+clean:
+ rm -f cfg-*.h *.hex *~ *.elf *.o
+
+.phony: clean
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.