7992b07f6a
There are no subdirectories in any of these directories or plans for adding ones. As such, there is no point in running the loop that does not do anything and can cause problems with some shells.
8 lines
95 B
Makefile
8 lines
95 B
Makefile
all:
|
|
@echo Nothing to be made.
|
|
|
|
clean:
|
|
rm -f *~ *.o *.d
|
|
|
|
install:
|
|
@echo Nothing to be made.
|