diff options
Diffstat (limited to 'crypto/blowfish/Makefile')
-rw-r--r-- | crypto/blowfish/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/crypto/blowfish/Makefile b/crypto/blowfish/Makefile deleted file mode 100644 index fff41a0..0000000 --- a/crypto/blowfish/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -include common.mk - -obj = blowfish.o - - -%.o: %.c %.h - $(CC) $(CFLAGS) -c $< - -%.o: %.S - $(CC) $(CFLAGS) -c $< - -all: $(obj) - -clean: - rm -f *.o |