mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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
|