mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 23:09:26 +00:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
CC=gcc
|
|
|
|
four2hex : four2hex.c
|
|
|
|
install : four2hex
|
|
install -m 0755 four2hex /usr/local/bin/four2hex
|