1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-14 03:44:36 +00:00
Files
Interlisp.maiko/bin/makefile-tail
Nick Briggs 5c12d3d9fc Define RM in makefile if it is not already defined (#326)
Some versions of "make" do not predefine make variable RM (looking at you, FreeBSD)
so if it has NOT been defined we define it as "rm -f"

Also, update the cleanup target to use $(RM) rather than refering directly to "rm".
2021-01-30 18:10:39 -08:00

38 KiB