diff --git a/lang/pc/.distr b/lang/pc/.distr index 412cd8862..2685e3b15 100644 --- a/lang/pc/.distr +++ b/lang/pc/.distr @@ -1,4 +1,4 @@ Makefile libpc -pem +comp test diff --git a/lang/pc/Makefile b/lang/pc/Makefile index 45a520acd..764153fe9 100644 --- a/lang/pc/Makefile +++ b/lang/pc/Makefile @@ -2,18 +2,18 @@ d=../.. h=$d/h cmp: - (cd pem ; make cmp) + (cd comp ; make cmp) install: - (cd pem ; make install) + (cd comp ; make install) clean: -rm -f *.o *.old - (cd pem ; make clean) + (cd comp ; make clean) opr: make pr ^ opr pr: - @(cd pem ; make pr) + @(cd comp ; make pr) @(cd libpc ; make pr)