Fix tab and include
This commit is contained in:
parent
b5fc919a05
commit
8718dec521
|
@ -742,8 +742,8 @@ assets : $(ASSETS_TIMESTAMP)
|
|||
find . -type f -path "*.gitignore" -exec rm -rf {} \; ; \
|
||||
ls -R | grep ":$$" | sed -e 's/:$$//' -e 's/\.//' -e 's/^\///' > "index.txt"; \
|
||||
find -L MultiCraft > filelist.txt; \
|
||||
echo "Creating Files.zip"; \
|
||||
zip -r Files.zip MultiCraft; \
|
||||
echo "Creating Files.zip"; \
|
||||
zip -r Files.zip MultiCraft; \
|
||||
touch ${ASSETS_TIMESTAMP}; \
|
||||
touch ${ASSETS_TIMESTAMP_INT}; \
|
||||
else \
|
||||
|
|
|
@ -18,7 +18,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
*/
|
||||
|
||||
#include "filesys.h"
|
||||
#include "porting.h"
|
||||
#include "util/string.h"
|
||||
#include <iostream>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue