Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/publications/galaxy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/publications/snakemake.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/publications/table2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
131 changes: 0 additions & 131 deletions docs/usenix.sty

This file was deleted.

151 changes: 0 additions & 151 deletions docs/usenix_template.tex

This file was deleted.

5 changes: 5 additions & 0 deletions libprobe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ clean:
rm --force --recursive $(BUILD_DIR)/ $(GENERATED_FILES) compile_commands.json generated/*
.PHONY: clean

shallow-clean:
mkdir --parents $(BUILD_DIR)/
rm --force --recursive $(BUILD_DIR)/
.PHONY: clean

format:
# Yes, this clang-formats the generated sources
# But, they aren't checked into VCS, so I don't care
Expand Down
Loading
Loading