From a021c82330c714128b075a561b7bebc2135ff497 Mon Sep 17 00:00:00 2001 From: applestash Date: Tue, 15 Jul 2014 19:34:14 +1000 Subject: [PATCH] makefile misc removed windows makefile functions, proper mingw setups include "rm" and the likes. --- makerom/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/makerom/Makefile b/makerom/Makefile index 79e3ead..73ea76f 100644 --- a/makerom/Makefile +++ b/makerom/Makefile @@ -32,9 +32,4 @@ build: $(OBJS) $(POLAR_OBJS) $(YAML_OBJS) g++ -o $(OUTPUT) $(LIBS) $(OBJS) $(POLAR_OBJS) $(YAML_OBJS) -m64 clean: - rm -rf $(OUTPUT) $(OBJS) $(POLAR_OBJS) $(YAML_OBJS) *.cci *.cia *.cxi *.cfa - -# Windows compatibility -rebuildwin: cleanwin build -cleanwin: - del /Q objs $(OUTPUT).exe *.o polarssl\*.o libyaml\*.o *.cci *.cia *.cxi *.cfa + rm -rf $(OUTPUT) $(OBJS) $(POLAR_OBJS) $(YAML_OBJS) *.cci *.cia *.cxi *.cfa \ No newline at end of file