mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-05 09:49:57 +08:00
9 lines
138 B
Makefile
9 lines
138 B
Makefile
|
|
noinst_PROGRAMS= \
|
|
helloworld \
|
|
ws_ex_notdraggable \
|
|
|
|
|
|
helloworld_SOURCES=helloworld.c
|
|
ws_ex_notdraggable_SOURCES=ws_ex_notdraggable.c
|