diff --git a/Makefile b/Makefile index 1bdd68d5..15955105 100644 --- a/Makefile +++ b/Makefile @@ -121,9 +121,6 @@ ifdef ARCH_LIN gdb --args ./$< -d endif -screenshot: $(STANDALONE_TARGET) - ./$< -d -t 2 - perf: $(STANDALONE_TARGET) # Requires perf perf record --call-graph dwarf -o perf.data ./$< -d