]> git.tuebingen.mpg.de Git - osl.git/blobdiff - Makefile
Improve documentation of the data_size field.
[osl.git] / Makefile
index 967b00d205939370430b99cfd9f89c0de7207a13..3f12b09d2819e966e2d5d2793bad2aa7cc7f3b49 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ OBJCOPY := objcopy
 # The way x, y and z are interpreted depends on the OS.
 x := 0
 y := 1
-z := 1
+z := 2
 VERSION := $(x).$(y).$(z)
 
 # common flags
@@ -111,6 +111,8 @@ ifeq ($(format),elf)
 endif
 
 all: $(realname) $(executables) $(man_pages)
+shared: $(realname)
+
 Makefile.deps: $(wildcard *.c *.h)
        $(CC) -MM -MG *.c > $@
 osl.c fsck.c:
@@ -194,7 +196,7 @@ install-lib: $(realname) $(headers)
 
 install: all install-bin install-man install-lib
 
-.PHONY: all clean install install-bin install-man install-lib
+.PHONY: all shared clean install install-bin install-man install-lib
 
 web/%.1.html: %.1
        man2html $< > $@