regexghost-dotfiles

My dotfiles and scripts
git clone git@git.regexghost.com/regexghost-dotfiles.git
Log | Files | Refs | README

Makefile (273B)


      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 	gcc -o uptime uptime.c
     10 	mv cpu network_up network_down uptime ${PREFIX}/