blob: 42ba92f1cbd00e93591c2a3d6206422c55a824fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include ../Makefile.inc
all:
@echo "nothing to do"
install:
mkdir -p $(DESTDIR)/$(ANACONDADATADIR)/pixmaps
install *.png $(DESTDIR)/$(ANACONDADATADIR)/pixmaps
depend:
clean:
|