Skip to content

Commit

Permalink
New file
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@218 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Mar 23, 1998
1 parent 62146da commit 0ddb65a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modeq/report/Makefile
@@ -0,0 +1,12 @@
# Makefile for the report

SHELL = /bin/sh
LATEX = latex

.DEFAULT: report.dvi

report.dvi: report.tex report.aux
$(LATEX) $<

report.ps: report.dvi
dvips -o $@ $<

0 comments on commit 0ddb65a

Please sign in to comment.