/[osn-commons]/trunk/freehttpd/html/Makefile
ViewVC logotype

Contents of /trunk/freehttpd/html/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 46 - (show annotations)
Mon Aug 12 16:55:32 2024 UTC (7 months, 2 weeks ago) by rakinar2
File size: 185 byte(s)
feat(freehttpd): better error handling
1 HTML_FILES = $(wildcard *.html)
2 HEADERS = $(HTML_FILES:.html=.h)
3
4 all: $(HEADERS)
5
6 $(HEADERS): $(HTML_FILES)
7 xxd -i $< > $@
8 sed -i 's/^unsigned/static unsigned/' $@
9
10 clean:
11 rm -f *.h

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26