summaryrefslogtreecommitdiff
path: root/ext/crypto/blowfish/Makefile
blob: 8f4b6a6c261ebb0b54f9c4b2debd7f59a17040ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include ../crypto_common.mk

obj = blowfish.o


%.o: %.c %.h
	$(CC) $(CFLAGS) -c $<

%.o: %.S
	$(CC) $(CFLAGS) -c $<

all: $(obj)

clean:
	rm -f *.o