aboutsummaryrefslogtreecommitdiff
path: root/clean.bat
blob: 8f29a391268b0d5d8c339595ee716da411f1905e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
current: nt


# TARGETS += stk

VERSION = \"0.16\"

.SUFFIXES: .dll .obj
# ----------------------- NT ----------------------------



cd control
nmake clean
cd ..
cd experimental 
nmake clean
cd ..
cd filters
nmake clean
cd ..
cd gui
nmake clean
cd ..
cd other
nmake clean
cd ..
cd signal
nmake clean
cd ..