martinpaljak / osx-ccid-installer

Easy-to-use (graphical) open source CCID driver installer for OSX El Capitan (10.11) / macOS Sierra (10.12)
40 stars 18 forks source link

Makefile: use $@ to avoid duplication #8

Closed LudovicRousseau closed 7 years ago

LudovicRousseau commented 7 years ago

Use $@ instead of duplicating the target name.

This allows to change the target name and the rule will continue to work.

martinpaljak commented 7 years ago

Thanks!