diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-09-06 12:06:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-06 12:06:09 +0200 |
| commit | afd8dee9ae4e16185b2e8b8f2e4f23ecd93b6876 (patch) | |
| tree | f9061e8dabb4dd21f16be7d0bb766f11ceb054e7 /Makefile | |
Initial commit
Diffstat (limited to '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..a3959af --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +.PHONY: error +error: + @echo "=> Invalid rule." |
