jw-pkg/make/std-targets.mk

10 lines
213 B
Makefile
Raw Normal View History

# 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