mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-07 16:59:41 +00:00
makefile misc
removed windows makefile functions, proper mingw setups include "rm" and the likes.
This commit is contained in:
@@ -33,8 +33,3 @@ build: $(OBJS) $(POLAR_OBJS) $(YAML_OBJS)
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user