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