-- Makefile
smet2html: smet2html.c
gcc -Wall -o smet2html smet2html.c
gcc $(CFLAGS) -Wall -o smet2html smet2html.c
clean:
rm smet2html 2>/dev/null || /bin/true