DNWA/11/wywolania/Data/stide_v1.1/Makefile

7 lines
94 B
Makefile
Raw Permalink Normal View History

2021-01-28 18:33:55 +01:00
all:
(cd Seq-code; make; cp stide ..)
clean:
@rm -f stide
@(cd Seq-code; rm -f *.o stide)