Install -d first

This commit is contained in:
Imbus 2026-02-05 02:55:00 +01:00
parent fda25171b2
commit 68ad220640

View file

@ -23,4 +23,5 @@ clean:
rm -f *.o writeimg
install: writeimg
install -d $(DESTDIR)$(PREFIX)/bin
install -m 0755 $< $(DESTDIR)$(PREFIX)/bin/$<