# -*- Makefile -*-

# --------------------------------------------------------------------
-include ../Makefile.common

# --------------------------------------------------------------------
.PHONY: default clean

default: poly1305.japp poly1305.s
	@true

clean:
	rm -f poly1305.japp poly1305.s
