Diff

Differences From Artifact [7d5ae4f8a9]:

To Artifact [bb53233afa]:


16
17
18
19
20
21
22

23
24
25
26
27
28
29
30
31
32

install-over-free:
	strip free
	cp -i free `which free`

install:
	strip free

	$(INSTALL) -m 755 free $(bindir)/freecolor

clean:
	rm -f core free *~

distclean: clean
	rm -f Makefile config.log config.h config.status

pristine: distclean
	rm -rf autom4te.cache/ config.h.in configure







>










16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

install-over-free:
	strip free
	cp -i free `which free`

install:
	strip free
	-$(INSTALL) -d $(bindir)
	$(INSTALL) -m 755 free $(bindir)/freecolor

clean:
	rm -f core free *~

distclean: clean
	rm -f Makefile config.log config.h config.status

pristine: distclean
	rm -rf autom4te.cache/ config.h.in configure