api: add run target
authornsz <nsz@port70.net>
Mon, 22 Oct 2012 19:13:19 +0000 (21:13 +0200)
committernsz <nsz@port70.net>
Mon, 22 Oct 2012 19:13:19 +0000 (21:13 +0200)
src/api/Makefile

index 18d050a..a739442 100644 (file)
@@ -8,6 +8,8 @@ ERR=$(SRC:.c=.err)
 -include ../../config.mak
 
 all: all.err
+
+run: all.err
        cat $<
 
 all.err: $(ERR)