update makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -35,10 +35,10 @@ uninstall:
|
|||||||
$(RM) $(DESTDIR)$(PREFIX)/bin/yait
|
$(RM) $(DESTDIR)$(PREFIX)/bin/yait
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -rf bin
|
$(RM) -r bin
|
||||||
$(RM) -rf build
|
$(RM) -r build
|
||||||
|
|
||||||
dist-clean: clean
|
dist-clean: clean
|
||||||
$(RM) -f config.mak
|
$(RM) config.mak
|
||||||
|
|
||||||
.PHONY: all clean dist-clean install uninstall build
|
.PHONY: all clean dist-clean install uninstall build
|
||||||
|
|||||||
Reference in New Issue
Block a user