]> git.tuebingen.mpg.de Git - osl.git/blobdiff - examples/osltar/Makefile
Add two examples to illiustrate programming with libosl.
[osl.git] / examples / osltar / Makefile
diff --git a/examples/osltar/Makefile b/examples/osltar/Makefile
new file mode 100644 (file)
index 0000000..0d73d20
--- /dev/null
@@ -0,0 +1,7 @@
+all: osltar
+%.o: %.c
+       gcc -O2 -g -c -Wall -o $@ $<
+osltar: osltar.o
+       gcc -o $@ $< -losl
+clean:
+       rm *.o osltar