mirror of
https://github.com/collabora/libsurvive.git
synced 2026-08-04 00:51:21 -04:00
7 lines
118 B
Makefile
7 lines
118 B
Makefile
all : process_to_points
|
|
|
|
process_to_points : process_to_points.c
|
|
gcc -o $@ $^ -Os
|
|
|
|
clean :
|
|
rm -rf process_to_points
|