diff options
author | Rob Austein <sra@hactrn.net> | 2021-05-09 21:14:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-05-09 21:14:14 +0000 |
commit | 58ec00ea0b2d24f86296bcbe8c7f77366d2620b7 (patch) | |
tree | 2479f05f1fcdbf6449c959d3d36b4caefaf8ebff | |
parent | a4a027a6700e1197a50b24bdfbde1697049b7348 (diff) |
BSD makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c1aa5dc --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +.MAIN: all + +${.TARGETS}: ; @gmake $@ |