SRC = 3des.c OBJ = $(SRC:%.c=$(BINDIR)%.o) DEP = $(SRC:%.c=$(BINDIR)%.d) MODULE = crypto_3des include $(RIOTBASE)/Makefile.base