Introduction
Introduction Statistics Contact Development Disclaimer Help
Added a Makefile for some reason - brcon2024-hackathons - Bitreichcon 2024 Hack…
git clone git://bitreich.org/brcon2024-hackathons git://enlrupgkhuxnvlhsf6lc3fz…
Log
Files
Refs
Tags
Submodules
---
commit 950d4e8fa633eea13b82acf9f665fb4bdb4298c1
parent 335b1e03150eb03337a5268bd899689277c51923
Author: Izuru Yakumo <[email protected]>
Date: Thu, 8 Aug 2024 19:41:18 -0300
Added a Makefile for some reason
Signed-off-by: Izuru Yakumo <[email protected]>
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
A mqtt/tamagotchi/Makefile | 9 +++++++++
1 file changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/mqtt/tamagotchi/Makefile b/mqtt/tamagotchi/Makefile
@@ -0,0 +1,9 @@
+CC=cc
+
+clean:
+ rm -f tamagotchi
+tamagotchi:
+ cc [email protected] -lpthread -o $@
+
+.PHONY: tamagotchi clean
+
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.