DNWA/11/wywolania/Data/stide_v1.1/Makefile
Jakub Stefko ab1d7e2546 ...
2021-01-28 18:33:55 +01:00

7 lines
94 B
Makefile

all:
(cd Seq-code; make; cp stide ..)
clean:
@rm -f stide
@(cd Seq-code; rm -f *.o stide)