0.7.13.5
[sbcl.git] / src / runtime / GNUmakefile
index c081c71..28e6121 100644 (file)
@@ -57,6 +57,12 @@ sbcl: ${OBJS}
 clean:
        -rm -f depend *.o sbcl sbcl.nm core *.tmp
 
+TAGS: $(SRCS)
+       etags $(SRCS)
+
+sbcl.h: genesis/*.h
+       echo '#include "genesis/config.h"' >sbcl.h
+       echo '#include "genesis/constants.h"' >>sbcl.h
 
 depend: ${C_SRCS} sbcl.h
        $(CC) ${DEPEND_FLAGS} ${CFLAGS} ${CPPFLAGS}  ${C_SRCS} > depend.tmp