We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a509c04 commit 6d5d973Copy full SHA for 6d5d973
1 file changed
Makefile
@@ -16,6 +16,9 @@ build/%: %
16
sed -e s,/etc/default,$(CONFIG_DIR),g "$<" > "$@"
17
chmod +x "$@"
18
19
+clean:
20
+ rm -rf build
21
+
22
install: all
23
install -d $(DESTDIR)$(BIN_DIR)/
24
install -m0755 -t $(DESTDIR)$(BIN_DIR)/ $(BUILD_SCRIPTS)
@@ -57,4 +60,4 @@ uninstall-arch:
57
60
uninstall-fedora:
58
61
rm -f $(DESTDIR)$(DRACUT_CONF_DIR)/10-asahi.conf
59
62
-.PHONY: install install-arch install-fedora uninstall uninstall-arch uninstall-fedora
63
+.PHONY: clean install install-arch install-fedora uninstall uninstall-arch uninstall-fedora
0 commit comments