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