mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
13 lines
365 B
Makefile
13 lines
365 B
Makefile
TOPDIR = .
|
|
SUBDIRS = make scripts bin texdoc
|
|
RPM_UPLOAD_URLPREFIX ?= rsync_ssh://$(JANWARE_USER)@ftp.janware.com:/srv/ftp/pub/packages/jw-foss/$(RPM_UPLOAD_OS_NAME)/$(RPM_UPLOAD_OS_VERSION)
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(MODDIR)/make/topdir.mk
|
|
|
|
all:
|
|
clean: clean.pkgconfig
|
|
|
|
clean.pkgconfig:
|
|
rm -rf pkgconfig
|
|
|