This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# | |
# smartctl-validate-health - Validate SMART health for all drives in parallel. | |
# | |
# Author: Lee Trager <[email protected]> | |
# Newell Jensen <[email protected]> | |
# | |
# Copyright (C) 2017-2020 Canonical | |
# | |
# This program is free software: you can redistribute it and/or modify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi400: CFLAGS+=-static -lusbgx -lconfig -DPI400_USB | |
pi400: pi400.c gadget-hid.c | |
$(CC) $^ $(CFLAGS) -o $@ | |
clean: | |
-rm pi400 |