aboutsummaryrefslogtreecommitdiffstats
path: root/main/s390-tools/Makefile.argz
blob: a3061dd5af21c0d7bb72a40e356e33a34a381e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include ../common.mak

lib = libargz.a

all: $(lib)

objects = argz.o

$(lib): $(objects)

install: all

clean:
	rm -f *.o $(lib)