model: `new` factories have a return type.
[nit.git] / src / Makefile
index 0fc9de9..2f3d7a1 100644 (file)
@@ -15,8 +15,8 @@
 # limitations under the License.
 
 NITCOPT=
-OLDNITCOPT= --no-stacktrace
-OBJS=nitdoc nitmetrics nitg nit nitx nitunit nitlight nitls nitdbg_client
+OLDNITCOPT=
+OBJS=nitg nitpick nit nitdoc nitls nitunit nitpretty nitmetrics nitx nitlight nitdbg_client nitserial
 SRCS=$(patsubst %,%.nit,$(OBJS))
 BINS=$(patsubst %,../bin/%,$(OBJS))
 
@@ -53,8 +53,5 @@ parser/parser.nit:
        cd parser; make
 
 clean:
-       rm -rf -- .nit_compile* version.nit 2> /dev/null || true
+       rm -rf -- .nit_compile* version.nit nitg_0 2> /dev/null || true
        cd parser; make clean
-
-distclean: clean
-       cd parser; make distclean