1 8f16cb3e 2024-01-04 benni CFLAGS = -Wall -g -Og
2 8f16cb3e 2024-01-04 benni LIBS = -lutil -lncurses
10 8f16cb3e 2024-01-04 benni rm -f apmtop *.core
12 8f16cb3e 2024-01-04 benni apmtop: apmtop.c
13 8f16cb3e 2024-01-04 benni ${CC} -o $@ apmtop.c ${CFLAGS} ${LIBS}