dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

Makefile (496B)


      1 PREFIX=${XDG_DATA_HOME}/regexghost/panel
      2 
      3 normal:
      4 	mkdir -p ${PREFIX}
      5 	gcc -o cpu cpu.c
      6 	gcc -o network_up network.c -D UP_SPEED
      7 	gcc -o network_down network.c
      8 	cp sunrise.sh ${PREFIX}/sunrise.sh
      9 	cp metoffice.sh ${PREFIX}/metoffice.sh
     10 	cp weather-formatter.sh ${PREFIX}/weather-formatter.sh
     11 	cp music.sh ${PREFIX}/music.sh
     12 	cp lemonbar-bar.sh ${PREFIX}/lemonbar-bar.sh
     13 	cp lemonbar-runner.sh ${PREFIX}/lemonbar-runner.sh
     14 	gcc -o uptime uptime.c
     15 	mv cpu network_up network_down uptime ${PREFIX}/