2026-01-25 16:12:33 +01:00
|
|
|
# This file contains a set of targets which
|
|
|
|
|
# 1. are conclusive (i.e. all mandatory targets)
|
|
|
|
|
# 2. don't hurt
|
|
|
|
|
|
|
|
|
|
all:
|
|
|
|
|
install:
|
|
|
|
|
clean: clean.std-targets
|
|
|
|
|
clean.std-targets:
|
|
|
|
|
$(RM) -rf *~ .*.swp *.done
|
|
|
|
|
distclean: clean
|
2026-07-02 14:41:56 +02:00
|
|
|
test: all
|