]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
default make target now is 'all'
[xonotic/gmqcc.git] / Makefile
index 6ebf7b47a961fc417222b41773f787deb4b0f90b..4a29e9c16195391f32b6fc075e03550dad9749b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ OBJ_C = main.o lexer.o parser.o
 OBJ_X = exec-standalone.o util.o con.o
 
 
-default: gmqcc
+default: all
 %.o: %.c
        $(CC) -c $< -o $@ $(CFLAGS)
 
@@ -76,3 +76,4 @@ install-qcvm: qcvm
 install-doc:
        install -d -m755               $(DESTDIR)$(MANDIR)/man1
        install    -m755  doc/gmqcc.1  $(DESTDIR)$(MANDIR)/man1/
+       install    -m755  doc/qcvm.1   $(DESTDIR)$(MANDIR)/man1/