sdk-hwV1.3/external/eyesee-mpp/system/public/tinyhttpd/Makefile

8 lines
95 B
Makefile
Raw Normal View History

2024-05-07 10:09:20 +00:00
all: httpd
httpd: httpd.c
gcc -W -Wall -lsocket -lpthread -o httpd httpd.c
clean:
rm httpd