mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
10 lines
154 B
Makefile
10 lines
154 B
Makefile
include $(MODDIR)/make/defs.mk
|
|
include $(MODDIR)/make/rules.mk
|
|
|
|
all:
|
|
clean: clean.conf
|
|
install: install_CFG
|
|
|
|
clean.include:
|
|
rm -rf *.h *~ .*.swp *.done
|
|
|