shspeed/Makefile

11 lines
82 B
Makefile
Raw Permalink Normal View History

2024-09-19 23:37:17 +00:00
all: none
none:
@true
start:
@./all-all.sh || true
stop:
@./stop.sh || true