Browse Source

Remove screenshot Makefile target.

tags/v2.2.0
Andrew Belt 2 years ago
parent
commit
fa05737c65
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      Makefile

+ 0
- 3
Makefile View File

@@ -121,9 +121,6 @@ ifdef ARCH_LIN
gdb --args ./$< -d gdb --args ./$< -d
endif endif


screenshot: $(STANDALONE_TARGET)
./$< -d -t 2

perf: $(STANDALONE_TARGET) perf: $(STANDALONE_TARGET)
# Requires perf # Requires perf
perf record --call-graph dwarf -o perf.data ./$< -d perf record --call-graph dwarf -o perf.data ./$< -d


Loading…
Cancel
Save