# -*- Makefile -*-

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

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

default: chacha20.japp chacha20.s
	@true

clean:
	rm -f chacha20.japp #chacha20.s
