thalassa/Makefile
2026-03-19 06:23:52 +05:00

17 lines
309 B
Makefile

default:
cd cms && $(MAKE)
@echo Please find your binaries in the cms/ directory.
ytid:
cd examples/ytid && $(MAKE)
@echo The ytid.cgi program is found in the examples/ytid directory.
all: default ytid
clean:
cd cms && $(MAKE) clean
cd lib && $(MAKE) clean
cd examples && $(MAKE) clean
rm -rf doc