URI: 
       Makefile - brcon2024-hackathons - Bitreichcon 2024 Hackathons
  HTML git clone git://bitreich.org/brcon2024-hackathons git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/brcon2024-hackathons
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR Submodules
       ---
       Makefile (97B)
       ---
            1 CC=cc
            2 
            3 tamagotchi:
            4         cc $@.c -lpthread -o $@
            5 
            6 clean:
            7         rm -f tamagotchi
            8 
            9 .PHONY: tamagotchi clean
           10