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