commit 77df9f64d40ba4be9f18fae3ad1d185dbcbe565d
Author: Laslo Hunhold <[email protected]>
AuthorDate: Wed Dec 22 15:37:49 2021 +0100
Commit: Laslo Hunhold <[email protected]>
CommitDate: Wed Dec 22 15:37:49 2021 +0100
Add "clean-data" to PHONY-targets
Signed-off-by: Laslo Hunhold <[email protected]>
diff --git a/Makefile b/Makefile
index f883ab8..19b2753 100644
--- a/Makefile
+++ b/Makefile
@@ -125,4 +125,4 @@ dist:
tar -cf libgrapheme-$(VERSION).tar libgrapheme-$(VERSION)
rm -rf libgrapheme-$(VERSION)
-.PHONY: all test install uninstall clean dist
+.PHONY: all test install uninstall clean clean-data dist