Skip to content

Commit 1b1f826

Browse files
author
Jan Baudisch
committed
Make: Hinzufügen aller Programme
1 parent 80641ed commit 1b1f826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
default: INTEGRAL.8xp
1+
default: ANALYT.8xp INTEGRAL.8xp KOERPER.8xp STOCHAST.8xp
22

33
%.8xp: dist
44
./tipp.sh $(basename $@)/$@ dist/$@
@@ -7,4 +7,4 @@ dist:
77
mkdir -p dist
88

99
clean:
10-
rm -r dist
10+
rm -rf dist

0 commit comments

Comments
 (0)