mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-25 17:27:18 +00:00
5 lines
46 B
Makefile
5 lines
46 B
Makefile
all:
|
|
$(CC) post.c -o post
|
|
clean:
|
|
rm -f post
|