mirror of
https://github.com/esimov/forensic.git
synced 2025-09-26 20:41:40 +08:00
10 lines
167 B
Makefile
10 lines
167 B
Makefile
all:
|
|
@./build.sh
|
|
clean:
|
|
@rm -f forensic
|
|
install: all
|
|
@cp triangle /usr/local/bin
|
|
uninstall:
|
|
@rm -f /usr/local/bin/forensic
|
|
package:
|
|
@NOCOPY=1 ./build.sh package
|