mirror of
https://github.com/anope/anope.git
synced 2026-06-25 14:06:37 +02:00
15 lines
246 B
Makefile
15 lines
246 B
Makefile
|
|
all: services.h extern.h version.h
|
|
|
|
version.h: Makefile version.sh services.h $(SRCS)
|
|
sh version.sh ../version.log $@
|
|
|
|
services.h: sysconf.h config.h extern.h
|
|
touch $@
|
|
|
|
clean:
|
|
(rm -f language.h)
|
|
|
|
distclean: clean
|
|
(rm -f sysconf.h version.h)
|