mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
11 lines
205 B
Makefile
11 lines
205 B
Makefile
# Jackmix dspcd plugin
|
|
# (c) 2004 Jannet IT Services
|
|
# Authors: Jan Lindemann
|
|
# contact@jannet.de
|
|
# $Id$
|
|
|
|
all:
|
|
clean:
|
|
rm -rf *.h *~ .*.swp *.done
|
|
distclean: clean
|
|
install: hdrdir.done $(INSTALLED_H)
|