GITLAB

Miguel Barão / freebsd-tmux-battery

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • freebsd-tmux-battery
  • Makefile
  • 43dd9f49   add makefile and update README Browse Code »
    Miguel Barão
    2024-02-05 11:29:33 +0000  
Makefile 56 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7

all:
	cc -O2 battery.c -o battery

clean:
	rm battery