]> git.tuebingen.mpg.de Git - osl.git/blob - examples/hlt/Makefile
osl_update_object(): Honor OSL_DONT_FREE.
[osl.git] / examples / hlt / Makefile
1 all: hlt
2 %.o: %.c
3         gcc -O2 -g -c -Wall -o $@ $<
4 hlt: hlt.o
5         gcc -o $@ $< -losl
6 clean:
7         rm -f *.o hlt