X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fcpp2%2Fclean.mk;h=eb3d84a87ac55785449e96e83b18691d029aaf6b;hb=c42e9051755428d14eb620abc9eda86d43479a1a;hp=8ab53b741151e03f1bc1a0f9d4f66be52db439d5;hpb=5979bbd157a5f3cd8018aed666e4dd41a3e08edf;p=fw%2Fsdcc diff --git a/support/cpp2/clean.mk b/support/cpp2/clean.mk index 8ab53b74..eb3d84a8 100644 --- a/support/cpp2/clean.mk +++ b/support/cpp2/clean.mk @@ -1,11 +1,9 @@ -PRJDIR = ../.. - # Deleting all files created by building the program # -------------------------------------------------- clean: rm -f *core *[%~] *.[oa] rm -f .[a-z]*~ - rm -f $(PRJDIR)/bin/sdcpp$(EXEEXT) + rm -f $(top_builddir)bin/sdcpp$(EXEEXT) # Deleting all files created by configuring or building the program