aesfun/Makefile

3 lines
71 B
Makefile
Raw Permalink Normal View History

2024-05-14 23:58:21 +00:00
aesfun: aesfun.o aes_core.o
${CC} ${CFLAGS} -o $@ aesfun.o aes_core.o