diff makefile @ 2391:f3b8dfcf8463

reorder
author drewp@bigasterisk.com
date Tue, 14 May 2024 14:38:49 -0700
parents 2088c500415e
children bf7b5c344de1
line wrap: on
line diff
--- a/makefile	Tue May 14 12:17:55 2024 -0700
+++ b/makefile	Tue May 14 14:38:49 2024 -0700
@@ -1,8 +1,5 @@
 ### setup ###
 
-performance_mode:
-	for x ( /sys/devices/system/cpu/cpufreq/policy*/scaling_governor) { echo performance | sudo tee $x }
-
 
 packages:
 	sudo aptitude install -y \
@@ -75,6 +72,9 @@
 qlc_artnet_dmx_proxy:
 	qlcplus --open cur/qlc.qxw
 
+performance_mode:
+	for x ( /sys/devices/system/cpu/cpufreq/policy*/scaling_governor) { echo performance | sudo tee $x }
+
 no_screen_blanking:
 	xset s off
 	xset -dpms