Removed # in commands
This commit is contained in:
@@ -72,8 +72,7 @@ clean:
|
||||
rm -f Out *.$(SUF) led
|
||||
|
||||
depend:
|
||||
sed '/^#DEPENDENCIES/,$$d' Makefile >Makefile.new
|
||||
echo '#DEPENDENCIES' >>Makefile.new
|
||||
rm_deps Makefile >Makefile.new
|
||||
for i in $(CFILES) ; do \
|
||||
echo "`basename $$i .c`.$$(SUF): $$i" >> Makefile.new ; \
|
||||
echo ' $$(CC) -c $$(CFLAGS)' $$i >> Makefile.new ; \
|
||||
|
||||
Reference in New Issue
Block a user