mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
71fe020f84
git-svn-id: https://svn.fhem.de/fhem/trunk@3 2b470e98-0d58-463d-a4d8-8e2adae1ed80
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
|