matyama / configs

Configuration and scripts for Ubuntu desktop
MIT License
2 stars 0 forks source link

Simplify Makefile #8

Closed matyama closed 3 years ago

matyama commented 3 years ago

Use multiple targets to de-duplicate code. E.g.

$(FONTS_DIR) $(ZSH_CUSTOM) ~/vm:
    mkdir -p $@

Another good place for this are python* targets. See stackoverflow and make manual for reference.

matyama commented 3 years ago

Most cases were covered in