source: tags/arb-6.0/GDE/PROBCONS/Makefile

Last change on this file was 10530, checked in by westram, 11 years ago
  • UTF8 → ASCII
File size: 332 bytes
Line 
1# Probcons for ARB
2# by Arne Boeckmann (2013)
3
4PROG  = PROBCONS
5
6
7# ARBs standard target
8$(MAIN) : probcons.stamp
9
10clean :
11        +cd probcons && make clean
12        rm -f $(ARBHOME)/bin/probcons
13        rm -f probcons.stamp
14
15
16probcons.stamp :
17        +cd probcons && make
18        cp -f probcons/probcons $(ARBHOME)/bin/probcons
19        touch probcons.stamp
20
21.PHONY : clean
Note: See TracBrowser for help on using the repository browser.