oscarmlage oscarmlage

Single: Default

From time to time I get an error like this trying to execute a custom command:

$ make backup
make: 'backup' is up to date

I thought that something was wrong with that backup command but it seems the error is because there is a `backup/` directory sibling to the `Makefile`.

If you change the directory name or the command name, the error is gone. Weird, indeed.