mirror of
https://github.com/clearlinux/helloclear.git
synced 2026-04-28 19:13:51 +00:00
5 lines
82 B
Makefile
5 lines
82 B
Makefile
bin_PROGRAMS = helloclear
|
|
helloclear_SOURCES = src/main.c
|
|
TESTS = ./helloclear
|
|
|