mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 05:47:38 +01:00
15 lines
219 B
Makefile
15 lines
219 B
Makefile
# jannet configuration shadow
|
|
# (c) 2000 jannet
|
|
# contact@jannet.de
|
|
MAKE_SH := jcs smake
|
|
|
|
SUBDIRS = cur
|
|
|
|
setup:
|
|
$(MAKE_SH) setup $(SUBDIRS)
|
|
|
|
install:
|
|
$(MAKE_SH) install $(SUBDIRS)
|
|
|
|
clean:
|
|
$(MAKE_SH) clean $(SUBDIRS)
|