X-Git-Url: https://git.distorted.org.uk/~mdw/rocl/blobdiff_plain/4041fdd8af852bf6fb4db0aa6ddd2c8c2f640574..refs/heads/master:/Makefile diff --git a/Makefile b/Makefile index 8a8d8a1..a9d76c6 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ## Compiling and linking. CC = gcc -INCLUDES = +INCLUDES = -I/usr/include/tcl CFLAGS = \ -O2 -g -Wall -fPIC -funroll-loops -fomit-frame-pointer \ $(INCLUDES) @@ -69,7 +69,8 @@ distdir = $(PACKAGE)-$(VERSION) DISTFILES = \ COPYING README Makefile $(SRCFILES) elite.tcl steele.cmdr \ elite.def vec.def graph.def $(TCLSCRIPTS) auto-version \ - debian/rules debian/control debian/copyright debian/changelog + debian/rules debian/control debian/copyright debian/changelog \ + debian/compat debian/source/format distdir: $(DISTFILES) $(RM) -rf $(distdir) mkdir $(distdir) $(distdir)/debian