Re: invalid preprocessing directive #cmod_define
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmo3dbn_M=pwRu2VqXghQLsa7GxBPXetgFR=Hk5Ws+Y6kg@mail.gmail.com> |
On Wed, Nov 19, 2014 at 12:25 AM, Fredrik Pasanen @ Pike importmöte för mailinglistan <[email protected]> wrote: > make clean distclean > git clean -xf > rm -rf build Probably quicker to use "rm -rf *; git checkout -f" to reset to a brand-new state. ChrisA